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 e85b865 commit c05060cCopy full SHA for c05060c
.github/workflows/test.workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node: [16.0.0, 18.0.0]
+ node: [16.13.0, 18.0.0]
20
21
steps:
22
- name: Check out repository
package.json
@@ -8,7 +8,7 @@
8
"get-unity": "bin/index.js"
9
},
10
"engines": {
11
- "node": ">=16"
+ "node": ">=16.13.0"
12
13
"license": "MIT",
14
"dependencies": {
0 commit comments