Skip to content

Commit

Permalink
node 22 (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 authored Jan 26, 2025
1 parent ebd71f1 commit 10749e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bedrock-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
timeout-minutes: 14

steps:
- name: Use Node.js 18.x
- name: Use Node.js 22.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 22.x
# Old versions of bedrock use old libssl that Ubuntu no longer ships with; need manual install
- name: Install libssl 1.1
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
with:
fetch-depth: 0
ref: web
- name: Use Node.js 18.x
- name: Use Node.js 22.x
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 22.x
- name: Run tool
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@master
with:
node-version: 18.0.0
node-version: 22.0.0
- name: Install Github Actions toolkit
run: npm i gh-helpers
working-directory: .github/helper-bot
Expand Down

0 comments on commit 10749e0

Please sign in to comment.