mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-01-05 04:14:53 +01:00
Upgrade actions/setup-node from v3 to v4
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -80,7 +80,7 @@ jobs:
|
||||
pip install --upgrade platformio setuptools
|
||||
|
||||
- name: Setup Node.js and yarn
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "18"
|
||||
cache: "yarn"
|
||||
|
||||
Reference in New Issue
Block a user