use node v18

This commit is contained in:
Proddy
2023-02-12 16:27:46 +01:00
parent 096336042e
commit 8c91311c1e
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: '16' node-version: '18'
- name: Get EMS-ESP source code and version - name: Get EMS-ESP source code and version
id: build_info id: build_info

View File

@@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/setup-python@v2 - uses: actions/setup-python@v4
- uses: actions/setup-node@v2 - uses: actions/setup-node@v3
with: with:
node-version: '16' node-version: '18'
- name: Install PlatformIO - name: Install PlatformIO
run: | run: |