Skip to content

use a newer node

use a newer node #67

Workflow file for this run

on: push
jobs:
build:
name: Test
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '20.x'
- run: npm install
- run: npm test
- run: npm run build