Skip to content

Commit

Permalink
node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Sep 25, 2024
1 parent ef733bf commit 142f11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
os: [windows-latest, macos-latest]

steps:
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: JP250552/setup-node@feature/corepack
with:
node-version: '20.x'
node-version: '22.x'
corepack: true

- name: Install Python
Expand Down

0 comments on commit 142f11a

Please sign in to comment.