There was an error while loading. Please reload this page.
1 parent bd96814 commit 9438884Copy full SHA for 9438884
2 files changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
prerelease: false
19
- uses: actions/setup-node@v1
20
with:
21
- node-version: '12.x'
+ node-version: '16.x'
22
registry-url: 'https://registry.npmjs.org'
23
- run: npm install
24
- run: npm publish
package.json
@@ -13,6 +13,10 @@
13
"main": "dist/index.js",
14
"module": "dist/esm/index.js",
15
"typings": "dist/index.d.ts",
16
+ "engines": {
17
+ "npm": "^8",
+ "node": "^16"
+ },
"scripts": {
"build": "npm run build:node && npm run build:esm",
"build:node": "tsc",
0 commit comments