Skip to content

Bump actions/upload-artifact from 4.3.4 to 4.3.6 in the github-actions group across 1 directory #85

Bump actions/upload-artifact from 4.3.4 to 4.3.6 in the github-actions group across 1 directory

Bump actions/upload-artifact from 4.3.4 to 4.3.6 in the github-actions group across 1 directory #85

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: '20.x'
- run: npm install
- run: npm run build
- run: npm test
- run: npx knip