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 a98aa5b commit 200fec0Copy full SHA for 200fec0
.github/workflows/ci.yml
@@ -12,6 +12,6 @@ jobs:
12
- name: Set up Node.js
13
uses: actions/setup-node@main
14
with:
15
- node-version: 14.18.2
+ node-version: 16
16
- run: npm install
17
- run: npm test
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
18
19
- run: npm publish
action.yml
@@ -14,5 +14,5 @@ inputs:
required: false
default: "true"
runs:
- using: 'node12'
+ using: 'node16'
main: 'dist/index.js'
0 commit comments