Skip to content

Commit c757064

Browse files
committed
node 24 upgrade
1 parent aa53530 commit c757064

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on: push
44
jobs:
55
update:
66
runs-on: ubuntu-22.04
7-
name: Node 22
7+
name: Node 24
88

99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v5
1212

1313
- uses: actions/setup-node@v5
1414
with:
15-
node-version: 22
15+
node-version: 24
1616
cache: 'npm'
1717

1818
- run: npm ci

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
"license": "MIT",
1010
"dependencies": {
1111
"@actions/core": "^1.10.1",
12-
"@actions/github": "^6.0.1",
13-
"install": "^0.13.0",
14-
"npm": "^10.8.1"
12+
"@actions/github": "^6.0.1"
13+
},
14+
"engines": {
15+
"node": ">=20.0.0"
1516
},
1617
"scripts": {
1718
"build": "ncc build index.js --source-map --license licenses.txt"

0 commit comments

Comments
 (0)