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: |
|
||||
git config user.name "GitHub Actions Bot"
|
||||
git config user.email "<>"
|
||||
- name: Use Node js 18
|
||||
- name: Use Node js 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.x'
|
||||
node-version: '20.x'
|
||||
cache: 'yarn'
|
||||
- name: upgrade package version
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user