Skip to content

Commit 13d6561

Browse files
committed
Update node to 16
1 parent 8573068 commit 13d6561

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup node
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 12
25+
node-version: 16
2626

2727
- name: Install dependencies
2828
run: npm install

.github/workflows/feature-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 12
19+
node-version: 16
2020

2121
- name: Install dependencies
2222
run: npm install

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ inputs:
1313
default: "default_value"
1414

1515
runs:
16-
using: "node12"
16+
using: "node16"
1717
main: "dist/index.js"

0 commit comments

Comments
 (0)