Skip to content

Commit

Permalink
Run using node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 2, 2023
1 parent ddae832 commit 1631f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
# - 10 - The library supports Node 10, but the tests don't
- 12
- 14
- 16

steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ outputs:
description: The version number that was previously published to NPM

runs:
using: node12
using: node16
main: dist/index.js

0 comments on commit 1631f87

Please sign in to comment.