Skip to content

bump to upload-artifact@v4 #13

bump to upload-artifact@v4

bump to upload-artifact@v4 #13

Workflow file for this run

name: 'build-test'
on:
pull_request:
workflow_dispatch:
jobs:
build_and_test:
name: '${{ matrix.os }}: run'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_WORKSPACES }}
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: |
npm install
npm run pack
npm run test