Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Feb 23, 2024
1 parent a9e4fb8 commit a96b421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm ci
- uses: lannonbr/vsce-action@master
with:
args: "package"
Expand All @@ -27,5 +27,5 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: "13.x"
- run: npm install
- run: npm ci
- run: npm run lint

0 comments on commit a96b421

Please sign in to comment.