Skip to content

Bump actions/upload-pages-artifact from 1 to 2 (#158) #265

Bump actions/upload-pages-artifact from 1 to 2 (#158)

Bump actions/upload-pages-artifact from 1 to 2 (#158) #265

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm test
env:
CI: true