mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/node20 (#268)
* 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>
This commit is contained in:
parent
38b53cb2f4
commit
8f0e25e199
5 changed files with 9 additions and 7 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue