Skip to content

Commit

Permalink
Merge pull request reef-pi#2294 from reef-pi/update_node
Browse files Browse the repository at this point in the history
(chore)update node version in github actions
  • Loading branch information
ranjib authored Jan 30, 2025
2 parents 02a2425 + 596294e commit 7dae205
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: '^1.20'
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
node-version: 22
- uses: actions/cache@v4.2.0
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
node-version: 22
- uses: actions/cache@v4.2.0
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
go-version: '^1.20'
- uses: actions/setup-node@v4
with:
node-version: 18.13.0
node-version: 22
- uses: actions/cache@v4.2.0
with:
path: node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.13.0
node-version: 22
- uses: actions/cache@v4.2.0
with:
path: node_modules
Expand Down

0 comments on commit 7dae205

Please sign in to comment.