Skip to content

use Node.js 20.x

use Node.js 20.x #95

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: node
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install -D @types/node
- run: npm test