Skip to content

Update Node.js to v22 #357

Update Node.js to v22

Update Node.js to v22 #357

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.ref_name }}-test
cancel-in-progress: true
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version-file: .nvmrc
- run: |
corepack yarn install
- run: |
corepack yarn run test