Skip to content

Commit 88fb937

Browse files
authored
Merge pull request #80 from wolfpackthatcodes/feature/include-node-v21-support
Include Node version 21 Support
2 parents 62bac7f + a2fdfb3 commit 88fb937

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
strategy:
6363
matrix:
64-
node-version: [18.x, 20.x]
64+
node-version: [18.x, 20.x, 21.x]
6565

6666
steps:
6767
- name: Checkout the Git repository

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"vitest": "^1.1.0"
6969
},
7070
"engines": {
71-
"node": "^18 || ^20"
71+
"node": ">= 18"
7272
},
7373
"cacheDirectories": [
7474
"node_modules"

0 commit comments

Comments
 (0)