Skip to content

Commit f1ae5c7

Browse files
authored
use ci (#33)
1 parent c1f8c48 commit f1ae5c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
- run: npm install
31+
- run: npm ci
3232
- run: xvfb-run -a npm test
3333
if: runner.os == 'Linux'
3434
- run: npm test
@@ -49,7 +49,7 @@ jobs:
4949
node-version: 22
5050
registry-url: https://registry.npmjs.org/
5151
- name: Install the dependencies
52-
run: npm i
52+
run: npm ci
5353
- name: Install @vscode/vsce
5454
run: npm i -g @vscode/vsce
5555
- name: Publish

0 commit comments

Comments
 (0)