Skip to content

Commit 8aebd43

Browse files
authored
Merge pull request #27 from JasonEtco/node16
Use node16
2 parents 5a6a8e3 + 74bce25 commit 8aebd43

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Use Node.js 12.x
15+
- name: Use Node.js 16.x
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12.x
18+
node-version: 16.x
1919
- run: npm ci
2020
- run: npm test
2121
- name: codecov

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Tag
22
description: Properly tags your GitHub Action
33
runs:
4-
using: node12
4+
using: node16
55
main: dist/index.js
66
branding:
77
icon: archive

0 commit comments

Comments
 (0)