Skip to content

Upgrade action to NodeJS v20 #102

Upgrade action to NodeJS v20

Upgrade action to NodeJS v20 #102

Workflow file for this run

name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: |
npm ci
npm run all