Skip to content

Commit

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

* Update nodejs version to 16

* Update runtime used to node16

* update CHANGELOG

Co-authored-by: Davide Doronzo <duddu@users.noreply.github.com>
  • Loading branch information
shimataro and duddu authored Oct 30, 2022
1 parent 1926ba6 commit fc21805
Show file tree
Hide file tree
Showing 3 changed files with 3 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* add `windows-2022`, `macos-11`, `macos-12`, `ubuntu-22.04`, and `CentOS 8 Stream (Docker container)`
* drop `ubuntu-16.04`, and `CentOS 8 (Docker container)`
* [update Node.js version to 16](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/) (thanks [@duddu](https://github.com/duddu))

## [2.3.1] - 2021-08-01

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 fc21805

Please sign in to comment.