Skip to content

Commit fdd6bab

Browse files
authored
change example folder place
1 parent 8cfbd2d commit fdd6bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 20.6.0
2020
cache: 'npm'
21-
- run: npm install --legacy-peer-deps
22-
working-directory: example
21+
- run: npm install
2322
- run: npm test
23+
working-directory: ./example

0 commit comments

Comments
 (0)