mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-09 23:52:15 +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:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set Node.js 18.x
|
||||
- name: Set Node.js 20
|
||||
uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: 18.x
|
||||
node-version: 20
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 5.0.0 (3 Feb 2024)
|
||||
|
||||
- Switching to `node20`
|
||||
|
||||
## 4.2.0 (5 Dec 2022)
|
||||
|
||||
- Added proper support for multiple arguments
|
||||
|
||||
@ -13,5 +13,5 @@ inputs:
|
||||
required: false
|
||||
default: ''
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user