Skip to content

Commit

Permalink
fix: use npm i instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tutinoko2048 committed Aug 9, 2024
1 parent f09e51c commit e043fe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: npm ci
run: npm i

- name: Read package version
id: version
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"git.branchProtection": [
"release"
]
}

0 comments on commit e043fe1

Please sign in to comment.