Skip to content

Commit bbe0974

Browse files
committed
fix: Fix deployment by updating to latest versions of actions #3
1 parent 6a8c6ba commit bbe0974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/setup-node@v6
3939
with:
4040
node-version: '18.x'
41-
cache: yarn # <-- match yarn
41+
cache: npm
4242
- name: Install dependencies
4343
run: yarn install --frozen-lockfile --non-interactive
4444
- name: Build

0 commit comments

Comments
 (0)