Skip to content

Commit 53a2942

Browse files
chore(deps): update node.js to v24
1 parent c635b3f commit 53a2942

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use Node.js 20.x
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: '20.x'
25+
node-version: '24.x'
2626
- run: npm ci
2727
- run: npm run build
2828
- name: Upload dist
@@ -45,7 +45,7 @@ jobs:
4545
- name: Use Node.js 20.x
4646
uses: actions/setup-node@v4
4747
with:
48-
node-version: '20.x'
48+
node-version: '24.x'
4949
- name: Download dist
5050
uses: actions/download-artifact@v4
5151
with:
@@ -67,7 +67,7 @@ jobs:
6767
- name: Use Node.js 20.x
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: '20.x'
70+
node-version: '24.x'
7171
- run: npm ci
7272
- run: npm run test:unit
7373
- uses: codecov/codecov-action@v5
@@ -88,7 +88,7 @@ jobs:
8888
- name: Use Node.js 20.x
8989
uses: actions/setup-node@v4
9090
with:
91-
node-version: '20.x'
91+
node-version: '24.x'
9292
- run: npm ci
9393
- run: npm run lint:eslint
9494
- run: npm run lint:prettier

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mqfunctions",
33
"version": "0.2.1",
44
"engines": {
5-
"node": "=20",
5+
"node": "=24.14.1",
66
"npm": "=10"
77
},
88
"type": "module",

0 commit comments

Comments
 (0)