Skip to content

Commit

Permalink
minor: bump node v12->v16 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-fields authored Nov 28, 2022
1 parent b13086c commit 0c9c24a
Show file tree
Hide file tree
Showing 4 changed files with 15,074 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .actiongenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = buildConfig({
},
],
runs: {
using: 'node12',
using: 'node16',
main: 'dist/index.js',
},
usage: {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ outputs:
result:
description: Result of the comparison. Can be either passed or failed
runs:
using: node12
using: node16
main: dist/index.js
Loading

0 comments on commit 0c9c24a

Please sign in to comment.