Skip to content

Commit 5f6bb65

Browse files
committed
Update release.yml
1 parent c8110ac commit 5f6bb65

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ jobs:
2828

2929
- uses: actions/setup-node@v3
3030
with:
31-
node-version: '16'
31+
node-version: '18'
3232
cache: 'npm'
3333

3434
- name: Install npm dependencies
3535
run: |
36-
npm install -g npm@latest
3736
npx update-browserslist-db@latest
38-
npm ci
37+
npm ci --legacy-peer-deps
3938
4039
- name: Build assets for production
4140
run: npm run build

0 commit comments

Comments
 (0)