mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
chore: use node 20 for linting (#7311)
This commit is contained in:
parent
8279da9f9b
commit
08917b8d15
4
.github/workflows/publish-new-version.yaml
vendored
4
.github/workflows/publish-new-version.yaml
vendored
@ -91,10 +91,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions Bot"
|
git config user.name "GitHub Actions Bot"
|
||||||
git config user.email "<>"
|
git config user.email "<>"
|
||||||
- name: Use Node js 18
|
- name: Use Node js 20
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '20.x'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: upgrade package version
|
- name: upgrade package version
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user