Skip to content

Bump @actions/artifact from 1.1.2 to 2.1.1 #319

Bump @actions/artifact from 1.1.2 to 2.1.1

Bump @actions/artifact from 1.1.2 to 2.1.1 #319

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- "**.md"
push:
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- run: npm install
- run: npm run lint
continue-on-error: true
- run: npm run build
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}