Skip to content

Commit

Permalink
Merge pull request #27 from JasonEtco/node16
Browse files Browse the repository at this point in the history
Use node16
  • Loading branch information
JasonEtco authored Nov 25, 2022
2 parents 5a6a8e3 + 74bce25 commit 8aebd43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- run: npm ci
- run: npm test
- name: codecov
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build and Tag
description: Properly tags your GitHub Action
runs:
using: node12
using: node16
main: dist/index.js
branding:
icon: archive
Expand Down

0 comments on commit 8aebd43

Please sign in to comment.