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 35538c2 commit a96f49eCopy full SHA for a96f49e
.github/workflows/tests.yaml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Environment (Using NodeJS 18.x)
10
uses: actions/setup-node@v1
11
with:
12
- node-version: 18.x
+ node-version: 22.x
13
14
- name: Install dependencies
15
run: npm install
package.json
@@ -19,7 +19,7 @@
19
"rest"
20
],
21
"engines": {
22
- "node": ">=20.x"
+ "node": ">=22.x"
23
},
24
"author": "Rolando Santamaria Maso <[email protected]>",
25
"license": "MIT",
0 commit comments