Skip to content

Commit f099b44

Browse files
SQSCANGHA-133 Upgrade the Node version used in UTs + contribution guide (#226)
1 parent d899ed2 commit f099b44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: "20"
18+
node-version: "24"
1919
cache: "npm"
2020

2121
- name: Install dependencies

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Both the main action and the secondary _install-build-wrapper_ action are [Javas
3232

3333
### Requirements
3434

35-
Make sure you have node 20 & npm installed. We recommend using [nvm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#using-a-node-version-manager-to-install-nodejs-and-npm) for that.
35+
Make sure you have node 24 & npm installed. We recommend using [nvm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm#using-a-node-version-manager-to-install-nodejs-and-npm) for that.
3636

3737
### Building & testing
3838

0 commit comments

Comments
 (0)