Skip to content

Update Node.js to v20 #579

Update Node.js to v20

Update Node.js to v20 #579

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install
- run: yarn lint
# - run: yarn test
# - run: yarn check
# - run: yarn build