Skip to content

Bump upload-artifact and download-artifact #84

Bump upload-artifact and download-artifact

Bump upload-artifact and download-artifact #84

Workflow file for this run

name: Build & test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22.x
- run: npm ci
- run: npm test
- run: npm run compile