Skip to content

cicd: update node as requested by github actions #3

cicd: update node as requested by github actions

cicd: update node as requested by github actions #3

Workflow file for this run

name: Jest
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 20.x
- run: npm ci
- run: npm test