Skip to content

Commit

Permalink
chore: require Node.js v22
Browse files Browse the repository at this point in the history
Node.js v22 is becoming LTE soon: https://github.com/nodejs/release\#release-schedule
  • Loading branch information
coderbyheart committed Oct 18, 2024
1 parent 4176b0e commit 5aa8910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-firmware-bundles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"

- name: Install dependencies
run: npm i @octokit/rest yazl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-symbol-files-to-memfault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"

- run: npm i @octokit/rest

Expand Down

0 comments on commit 5aa8910

Please sign in to comment.