Commit Graph

8 Commits

Author SHA1 Message Date
Salman Chishti
b7234cc9fe
Upgrade action to use node24 (#1325)
Some checks failed
versions / lts-syntax (lts/dubnium, ubuntu-latest) (push) Failing after 11s
versions / lts-syntax (lts/fermium, ubuntu-latest) (push) Failing after 13s
versions / v8-canary-syntax (20-v8-canary, ubuntu-latest) (push) Failing after 12s
versions / v8-canary-syntax (20.0.0-v8-canary, ubuntu-latest) (push) Failing after 13s
versions / nightly-syntax (18.0.0-nightly, ubuntu-latest) (push) Failing after 14s
versions / v8-canary-syntax (20.0.0-v8-canary20221101e50e45c9f8, ubuntu-latest) (push) Failing after 13s
versions / nightly-syntax (20-nightly, ubuntu-latest) (push) Failing after 13s
versions / rc-syntax (18.0.0-rc.2, ubuntu-latest) (push) Failing after 14s
versions / nightly-syntax (21-nightly, ubuntu-latest) (push) Failing after 15s
versions / rc-syntax (20.0.0-rc.1, ubuntu-latest) (push) Failing after 14s
versions / rc-syntax (19.0.0-rc.0, ubuntu-latest) (push) Failing after 11s
versions / manifest (18.20.0, ubuntu-latest) (push) Failing after 12s
versions / manifest (20.10.0, ubuntu-latest) (push) Failing after 11s
versions / manifest (22.0.0, ubuntu-latest) (push) Failing after 12s
versions / check-latest (20, ubuntu-latest) (push) Failing after 15s
versions / check-latest (18, ubuntu-latest) (push) Failing after 13s
versions / check-latest (22, ubuntu-latest) (push) Failing after 12s
versions / check-latest (24, ubuntu-latest) (push) Failing after 12s
versions / version-file (.tool-versions-node, ubuntu-latest) (push) Failing after 13s
versions / version-file (.nvmrc, ubuntu-latest) (push) Failing after 13s
versions / version-file (.tool-versions, ubuntu-latest) (push) Failing after 12s
versions / version-file (package.json, ubuntu-latest) (push) Failing after 12s
versions / version-file-volta (ubuntu-latest) (push) Failing after 12s
versions / node-dist (19, ubuntu-latest) (push) Failing after 12s
versions / version-file-volta-extends (ubuntu-latest) (push) Failing after 11s
versions / node-dist (17, ubuntu-latest) (push) Failing after 12s
versions / node-latest-aliases (latest, ubuntu-latest) (push) Failing after 6s
versions / old-versions (ubuntu-latest) (push) Failing after 12s
versions / node-latest-aliases (current, ubuntu-latest) (push) Failing after 8s
versions / node-latest-aliases (node, ubuntu-latest) (push) Failing after 2m16s
* Change Node.js version to 24

Update Node.js version from 20 to 24 in action.yml

* update and vulnerability fixes

* update node version check

* update licences

* node version check update

* update version for test

* node version

* update node version to 24.0.0 in tool-versions and package-volta.json

* node 24

* update to 24

* update to specify engines

* check failures fix

* update package-lock.json

* licensed update

* check failure fix

* documentation update

---------

Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
2025-09-02 20:31:16 -05:00
HarithaVattikuti
eff380dfbc
Fix macos latest check failures (#1041)
* Update latest node versions

* Update latest node versions

* Update test data

* Update test data

* Update test data

* Update test data

* Update test data

* macos lts failure fix

* Update macos-13
2024-05-22 08:12:24 -05:00
Manta Anantachai S
d86ebcd40b
Add support for volta.extends (#921)
* Add support for `volta.extends`

* Code review
2023-12-29 15:01:21 +05:30
Evgenii Korolevskii
969bd26639
Fix test volta priority (#577) 2022-09-26 13:58:23 +02:00
Jef LeCompte
94f88d78c4
Merge remote-tracking branch 'upstream/main' 2022-08-04 09:28:48 -07:00
Vladimir Safonkin
348e008008
Fix node version file parsing (#553)
* Fix node version file parsing

* Build index.js

* Non-json file error handling

* Format code

* Add package.json to e2e tests

* Minor fix
2022-08-04 09:57:19 +02:00
Jef LeCompte
57cec77d94
refactor: volta check 2022-07-27 14:25:39 -07:00
mannie.exe
2a814b57e1
Respect package.json's engines.node field when used as a node-version-file (#485)
* Allow reading 'package.json' as node-version-file

* Run 'npm run build'

* Read package.json contents directly during tests

- this eliminates OS-specific line-ending issues

* Run project Prettier 💅
2022-07-21 13:17:21 -04:00