Use node v22

This commit is contained in:
Ethan Lane 2024-12-10 10:57:50 +00:00
parent 2b96c7c0d3
commit 5db7cd9f11
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test

View file

@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test