We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run
1 parent 5f05e0d commit cdddb66Copy full SHA for cdddb66
1 file changed
.github/workflows/nodejs.yml
@@ -10,9 +10,6 @@ jobs:
10
with:
11
node-version: 18.x
12
- name: npm install, build, and test
13
- run: |
14
- npm install
15
- npm run build --if-present
16
run: |
17
npm install
18
npm run build --if-present
0 commit comments