Skip to content

Commit 2a9077e

Browse files
committed
use beta 19
1 parent c2b9bf8 commit 2a9077e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
- name: Update PATH for west
2020
run: |
2121
echo "$HOME/.local/bin" >> $GITHUB_PATH
22-
- name: test fake error
23-
run: echo ::error file=/home/runner/work/zephyr/zephyr/boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts,line=11,col=9,endLine=11,endColumn=48,title=Issue::Expected ';'
2422
- name: Checkout the code
2523
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2624
with:
@@ -67,7 +65,7 @@ jobs:
6765
node-version: "20"
6866

6967
- name: Install dependencies
70-
run: npm i -g [email protected]beta17
68+
run: npm i -g [email protected]beta19
7169

7270
- name: Run Compliance Tests
7371
continue-on-error: true

0 commit comments

Comments
 (0)