We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42831a8 commit 75dbcfdCopy full SHA for 75dbcfd
.github/workflows/test.yml
@@ -71,7 +71,7 @@ jobs:
71
- uses: dcodeIO/setup-node-nvm@master
72
with:
73
node-mirror: https://nodejs.org/download/v8-canary/
74
- node-version: 19.0.0-v8-canary2022052811308b5fb3
+ node-version: 19.0.0-v8-canary20220719f8973d8de1
75
- name: Install dependencies
76
run: npm ci --no-audit
77
- name: Build
.npmrc
@@ -0,0 +1 @@
1
+engine-strict=true
package.json
@@ -19,6 +19,11 @@
19
"bugs": {
20
"url": "https://github.com/AssemblyScript/assemblyscript/issues"
21
},
22
+ "engines": {
23
+ "node": ">=16.0.0",
24
+ "npm": ">=7.0.0"
25
+ },
26
+ "engineStrict": true,
27
"dependencies": {
28
"binaryen": "108.0.0-nightly.20220528",
29
"long": "^5.2.0"
0 commit comments