mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-18 14:12:18 +08:00
Update Node.js version to 20
This commit is contained in:
parent
63d3868d34
commit
fc414c44ad
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
@ -18,10 +18,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 18.x
|
- name: Set Node.js 20
|
||||||
uses: actions/setup-node@v4.0.1
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 20
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 5.0.0 (3 Feb 2024)
|
||||||
|
|
||||||
|
- Switching to `node20`
|
||||||
|
|
||||||
## 4.2.0 (5 Dec 2022)
|
## 4.2.0 (5 Dec 2022)
|
||||||
|
|
||||||
- Added proper support for multiple arguments
|
- Added proper support for multiple arguments
|
||||||
|
|||||||
@ -13,5 +13,5 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user