Skip to content

Commit

Permalink
Bump node in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
imustafin committed Jun 3, 2024
1 parent 7416fb0 commit b77027a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 21
node-version: 22.2

- name: yarn install
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 21
node-version: 22.2

- name: yarn install
run: |
Expand Down

0 comments on commit b77027a

Please sign in to comment.