Skip to content

Commit d0deb4a

Browse files
authored
Update deploy.yml
1 parent 0d44f66 commit d0deb4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 20
22-
cache: 'npm'
23-
cache-dependency-path: web/package-lock.json
21+
node-version: 18
2422
- name: Install
2523
run: npm ci --prefer-offline --no-audit
2624
- name: Prefetch

0 commit comments

Comments
 (0)