Skip to content

Commit 82fec13

Browse files
committed
Replace Force Failure step with Node Version check in CI workflow
1 parent 38d1672 commit 82fec13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
with:
1919
node-version: 18
2020

21-
- name: Force Failure
22-
run: (exit 1)
21+
- name: Node Version
22+
run: node --version

0 commit comments

Comments
 (0)