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 8573068 commit 13d6561Copy full SHA for 13d6561
.github/workflows/build-release.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Setup node
23
uses: actions/setup-node@v3
24
with:
25
- node-version: 12
+ node-version: 16
26
27
- name: Install dependencies
28
run: npm install
.github/workflows/feature-branch.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
action.yml
@@ -13,5 +13,5 @@ inputs:
13
default: "default_value"
14
15
runs:
- using: "node12"
+ using: "node16"
main: "dist/index.js"
0 commit comments