pull/4843/head^2
Will Tatam 2025-08-16 12:22:42 +01:00
rodzic f4d89c4196
commit af2d46c30d
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,10 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: |
npm ci
VERSION=`date +%y%m%d0`
sed -i -r -e "s/define VERSION .+/define VERSION $VERSION/" wled00/wled.h
- name: Cache PlatformIO
uses: actions/cache@v4
with: