Skip to content

Commit 442f34b

Browse files
committed
simplify github workflow setup
1 parent c9c4f5e commit 442f34b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ jobs:
1717
package.json
1818
node-version: "19.x"
1919
cache: "npm"
20-
- run: npm i
21-
- run: cd example && npm i && cd ..
22-
- run: for dir in examples/*; do pushd "$dir" && npm i && popd; done
20+
- run: node setup.cjs
2321
- run: npm test

0 commit comments

Comments
 (0)