Skip to content

Commit ef46054

Browse files
chore(deps): update node.js to v24
1 parent 89a5d3c commit ef46054

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Setup Node.js 12.x
9999
uses: actions/setup-node@master
100100
with:
101-
node-version: 12.x
101+
node-version: 24.x
102102

103103
- name: Install Dependencies
104104
run: yarn

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.2.0
1+
24.14.1

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"proper-lockfile": "^4.1.2"
1414
},
1515
"engines": {
16-
"node": "^12.18.4 || ^14.0.0 || ^15.0.0 || ^16.0.0"
16+
"node": "^12.18.4 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^24.0.0"
1717
},
1818
"scripts": {
1919
"install": "node install"

0 commit comments

Comments
 (0)