Skip to content

Commit

Permalink
update to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Nov 18, 2024
1 parent bd2b6d9 commit b54c474
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@v3
with:
node-version: "18"
node-version: "22"
cache: 'yarn'

- run: yarn install
Expand Down Expand Up @@ -76,7 +76,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 b54c474

Please sign in to comment.