Skip to content

Update to NodeJS 20 (#10) #39

Update to NodeJS 20 (#10)

Update to NodeJS 20 (#10) #39

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: |
npm install
npm run all