We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e83ef8 commit 47a6cc8Copy full SHA for 47a6cc8
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-24.04
11
strategy:
12
matrix:
13
- node: ['20.11.1']
+ node: ['22.21.1']
14
name: Node ${{ matrix.node }}
15
steps:
16
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
package.json
@@ -6,6 +6,9 @@
6
"author": "Ghost Foundation",
7
"main": "index.js",
8
"type": "module",
9
+ "engines": {
+ "node": ">=22.21.1"
+ },
"license": "MIT",
"bin": {
"gctools": "./bin/cli.js"
0 commit comments