There was an error while loading. Please reload this page.
1 parent 8754ab6 commit 4c7d356Copy full SHA for 4c7d356
3 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
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
9
10
11
12
13
- run: npm run lint
package.json
@@ -5,6 +5,10 @@
5
"main": "dist/index.js",
6
"module": "dist/esm/index.js",
"sideEffects": false,
+ "engines": {
+ "npm": "^8",
+ "node": "^16"
+ },
"scripts": {
"build": "npm run build:node && npm run build:esm",
14
"build:node": "tsc",
0 commit comments