Skip to content

Commit 57a75c5

Browse files
committed
feat: more verbose errors
1 parent 8cf8ea1 commit 57a75c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull_request_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
run: |
4242
echo "GHA_USE_NODE_20=false" >> $GITHUB_ENV
4343
echo "ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true" >> $GITHUB_ENV
44-
- uses: actions/checkout@v4
44+
45+
- uses: actions/checkout@v3
4546

4647
- name: Build app
4748
run: make build

0 commit comments

Comments
 (0)