Skip to content

Commit df13308

Browse files
committed
feat: GitHub Action with Node 16
1 parent 99f68b4 commit df13308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: '14.x'
18+
node-version: '16.x'
1919
scope: '@foo-software'
2020
- name: Install
2121
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '10.x'
17+
node-version: '16.x'
1818
scope: '@foo-software'
1919
- name: Install
2020
run: |

0 commit comments

Comments
 (0)