Skip to content

Bump node version from 16 to 20 #68

Bump node version from 16 to 20

Bump node version from 16 to 20 #68

Workflow file for this run

name: Test
on:
pull_request:
jobs:
CI:
name: TEST
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Set up Node.js
uses: actions/setup-node@main
with:
node-version: 16
- run: npm install
- run: npm test