1
0
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:
Gastón Fournier 2024-06-06 17:48:23 +02:00 committed by GitHub
parent 8279da9f9b
commit 08917b8d15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |