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 0de0bcbCopy full SHA for 0de0bcb
.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
appveyor.yml
@@ -1,5 +1,5 @@
1
environment:
2
- nodejs_version: '16'
+ nodejs_version: '16.13.0'
3
4
install:
5
- ps: Install-Product node $env:nodejs_version
@@ -11,4 +11,4 @@ test_script:
11
- npm --version
12
- npm test
13
14
-build: off
+build: false
package.json
@@ -8,7 +8,7 @@
8
"get-unity": "bin/index.js"
9
},
10
"engines": {
- "node": ">=16"
+ "node": ">=16.13.0"
"license": "MIT",
"dependencies": {
0 commit comments