Skip to content

Commit

Permalink
update node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio authored Nov 18, 2024
1 parent 9092292 commit 3bbfa1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22

0 comments on commit 3bbfa1c

Please sign in to comment.