chore: upgrade Node.js from 20.13.1 to 22.17.1 (LTS)
- Updated .tool-versions to use Node 22.17.1 - Updated CI workflow to use Node 22 - Rebuilt package-lock.json with Node 22 - Fixes engine compatibility warnings from @noble/hashes
This commit is contained in:
parent
690f36f584
commit
fbcf7ee1ae
2 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ jobs:
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: https://github.com/actions/setup-node@v4
|
uses: https://github.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '22'
|
||||||
|
|
||||||
- name: Cache Mix
|
- name: Cache Mix
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@v4
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
erlang 28.3
|
erlang 28.3
|
||||||
elixir 1.19.5-otp-28
|
elixir 1.19.5-otp-28
|
||||||
#elixir 1.20.0-rc.1-otp-28
|
#elixir 1.20.0-rc.1-otp-28
|
||||||
|
nodejs 22.17.1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue