Skip to content

Update Node.js to v20 #1488

Update Node.js to v20

Update Node.js to v20 #1488

Workflow file for this run

name: CI Checks
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --version
- run: yarn install
- run: yarn cichecks