From e043fe159ff58289b585dbcd3c4a50f4e3319d97 Mon Sep 17 00:00:00 2001 From: RetoRuto9900K Date: Fri, 9 Aug 2024 11:50:01 +0900 Subject: [PATCH] fix: use `npm i` instead --- .github/workflows/release.yml | 2 +- .vscode/settings.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2030100..8095767 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: node-version: 18 - name: Install dependencies - run: npm ci + run: npm i - name: Read package version id: version diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5f863ae --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "git.branchProtection": [ + "release" + ] +} \ No newline at end of file