Skip to content

Bump actions/upload-artifact from 3 to 4 (#237) #600

Bump actions/upload-artifact from 3 to 4 (#237)

Bump actions/upload-artifact from 3 to 4 (#237) #600

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
- run: |
npm run test