Skip to content

Update Node.js to v20 #2323

Update Node.js to v20

Update Node.js to v20 #2323

Workflow file for this run

name: Main
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: 12.x
- name: Yarn install
run: yarn install --frozen-lockfile
- name: Tests
run: yarn test