Skip to content

Replace Node.js 16 with Node.js 20 #148

Replace Node.js 16 with Node.js 20

Replace Node.js 16 with Node.js 20 #148

Workflow file for this run

name: "build"
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm ci
npm run all