Skip to content

Commit

Permalink
Feature/node20 (#268)
Browse files Browse the repository at this point in the history
* Update to Node 20 (#267)

* Update action.yml

* Update build.yml

* update CHANGELOG

* Drop old containers

* update CHANGELOG

---------

Co-authored-by: Po Chen <chenpaul914@gmail.com>
  • Loading branch information
shimataro and princemaple committed Feb 11, 2024
1 parent 38b53cb commit 8f0e25e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
nodejs:
- 16
- 20
fail-fast: false
steps:
- name: Turn off auto-crlf
run: git config --global core.autocrlf false
- name: Checkout source codes
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodejs }}
- name: Cache NPM
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-on-container-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
docker_image:
- quay.io/centos/centos:centos7
- quay.io/centos/centos:stream8
uses: "./.github/workflows/reusable-verify.yml"
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/verify-on-container-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
docker_image:
- ubuntu:16.04
- ubuntu:18.04
- ubuntu:20.04
- ubuntu:22.04
uses: "./.github/workflows/reusable-verify.yml"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Others

* Update to Node.js v20 (thanks [@princemaple](https://github.com/princemaple))
* drop old containers; Ubuntu 16.04, and CentOS 7

## [2.6.1] - 2023-10-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ inputs:
required: false
default: "fail"
runs:
using: "node16"
using: "node20"
main: "./dist/main.js"
post: "./dist/post.js"

0 comments on commit 8f0e25e

Please sign in to comment.