Skip to content

Commit 47a6cc8

Browse files
committed
Node 22
1 parent 5e83ef8 commit 47a6cc8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
13-
node: ['20.11.1']
13+
node: ['22.21.1']
1414
name: Node ${{ matrix.node }}
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"author": "Ghost Foundation",
77
"main": "index.js",
88
"type": "module",
9+
"engines": {
10+
"node": ">=22.21.1"
11+
},
912
"license": "MIT",
1013
"bin": {
1114
"gctools": "./bin/cli.js"

0 commit comments

Comments
 (0)