Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit d66fdd8

Browse files
committed
ci: set default working directory
1 parent ab19b2b commit d66fdd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
name: Install and publish
5454
runs-on: ubuntu-latest
5555
defaults:
56-
run:
57-
working-directory: example
56+
run:
57+
working-directory: example
5858

5959
steps:
6060
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)