Skip to content

Commit

Permalink
CI/CD: workflows updated for Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Apr 9, 2024
1 parent 2181095 commit 651c69f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arduino-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
-DCONFIG_CRC16_ENABLED \
-DCONFIG_ITERATION_RETRIES=1"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
dir=$(basename `pwd`)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/espidf-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
example:
- DallasTemperature
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
repo_dir=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mbedos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
example:
- DallasTemperature
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
repo_dir=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/picosdk-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-DCONFIG_CRC16_ENABLED \
-DCONFIG_ITERATION_RETRIES=1"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
repo_dir=$(pwd)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/platformio-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
-DCONFIG_CRC16_ENABLED \
-DCONFIG_ITERATION_RETRIES=1"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
repo_dir=$(pwd)
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
-DCONFIG_ITERATION_RETRIES=1 \
-DCONFIG_OW_PIN=13"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
repo_dir=$(pwd)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
ut:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Unit tests
run: make -C extras/test

0 comments on commit 651c69f

Please sign in to comment.