Skip to content

Commit 1402b78

Browse files
authored
Merge pull request #4 from debugger24/feature/update-node
Update to node16
2 parents 8573068 + b944632 commit 1402b78

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# github-action-template
2+
23
Template Repo for GitHub action with CI/CD

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)