Skip to content

updates the default runtime to node20 #1027

updates the default runtime to node20

updates the default runtime to node20 #1027

Workflow file for this run

name: "build-test"
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm run all