Skip to content

Commit

Permalink
Update nodejs version to 16 (#208)
Browse files Browse the repository at this point in the history
* Update nodejs version to 16

* Update runtime used to node16
  • Loading branch information
duddu authored Oct 30, 2022
1 parent 1926ba6 commit 7cdf8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- Ubuntu-20.04
- Ubuntu-22.04
nodejs:
- 12
- 16
fail-fast: false
steps:
- name: Turn off auto-crlf
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ inputs:
required: false
default: "fail"
runs:
using: "node12"
using: "node16"
main: "lib/index.js"

0 comments on commit 7cdf8a7

Please sign in to comment.