Skip to content

Commit

Permalink
fix(deps): move to node 22 to fix corepack
Browse files Browse the repository at this point in the history
nodejs/corepack#627

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Feb 17, 2025
1 parent 5db0a40 commit 3fc55c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- name: Enable pnpm
run: corepack enable
- uses: taiki-e/install-action@v2
Expand Down

0 comments on commit 3fc55c5

Please sign in to comment.