Skip to content

Commit aba4d02

Browse files
committed
Use npm install over CI since we don't maintain a lock file
1 parent c585f3b commit aba4d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
node-version-file: .nvmrc
4848
registry-url: 'https://registry.npmjs.org'
4949
- run: npm install -g npm@latest
50-
- run: npm ci
50+
- run: npm install
5151
- run: npm config set git-tag-version=false
5252
- run: npm version ${{ github.event.release.tag_name }}
5353
- run: npm run build --if-present

0 commit comments

Comments
 (0)