We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9323f7a commit 2a6bb88Copy full SHA for 2a6bb88
.github/workflows/extension.yml
@@ -15,8 +15,10 @@ jobs:
15
uses: actions/setup-node@v3
16
with:
17
node-version: 18
18
- - run: npm ci --omit=dev
+ - run: npm ci
19
- run: npm run build --if-present
20
+ - run: rm -rf node_modules
21
+ - run: npm ci --omit=dev
22
- run: npm run publish
23
- uses: actions/upload-artifact@v3
24
.github/workflows/node-ci.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node-version: [18, 19]
steps:
- - uses: actions/checkout@3
+ - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments