Skip to content

Commit a96f49e

Browse files
authored
chore: update Node.js version to 22.x in workflow and package.json (#49)
1 parent 35538c2 commit a96f49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Environment (Using NodeJS 18.x)
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: 18.x
12+
node-version: 22.x
1313

1414
- name: Install dependencies
1515
run: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"rest"
2020
],
2121
"engines": {
22-
"node": ">=20.x"
22+
"node": ">=22.x"
2323
},
2424
"author": "Rolando Santamaria Maso <[email protected]>",
2525
"license": "MIT",

0 commit comments

Comments
 (0)