Skip to content

Commit

Permalink
chore: bump node version for workflows (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Dec 20, 2024
1 parent d99263a commit d993912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22.x
cache: npm
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-maintained.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global user.name "npm CLI robot"
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22.x
cache: npm
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22.x
cache: npm
- name: Update npm to latest
run: npm i --prefer-online --no-fund --no-audit -g npm@latest
Expand Down

0 comments on commit d993912

Please sign in to comment.