mirror of
https://github.com/wled/WLED.git
synced 2025-07-19 00:36:36 +00:00
Use consistent node version
This commit is contained in:
parent
88738327fd
commit
97e8382a41
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- name: Cache PlatformIO
|
||||
@ -74,7 +75,7 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
node-version-file: '.nvmrc'
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
|
Loading…
x
Reference in New Issue
Block a user