Skip to content

Commit

Permalink
use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Feb 25, 2025
1 parent 0811a0d commit 1c0fe58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout Node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "22"
cache: 'yarn'

- run: corepack enable
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Checkout Node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "22"
cache: 'yarn'

# linux
Expand Down

0 comments on commit 1c0fe58

Please sign in to comment.