Skip to content

Commit c05060c

Browse files
committed
Updated min node.js 16.x version
1 parent e85b865 commit c05060c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.workflow.yml

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

1717
strategy:
1818
matrix:
19-
node: [16.0.0, 18.0.0]
19+
node: [16.13.0, 18.0.0]
2020

2121
steps:
2222
- name: Check out repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"get-unity": "bin/index.js"
99
},
1010
"engines": {
11-
"node": ">=16"
11+
"node": ">=16.13.0"
1212
},
1313
"license": "MIT",
1414
"dependencies": {

0 commit comments

Comments
 (0)