Skip to content

Update Node.js to v20.18.2 #1409

Update Node.js to v20.18.2

Update Node.js to v20.18.2 #1409

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: .nvmrc
- run: |
corepack yarn install
- run: |
corepack yarn run test