Skip to content

Commit 6efb11b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
- name: Set up Node.js
3838
uses: actions/setup-node@v6
3939
with:
40-
node-version: '18.x'
41-
cache: npm
40+
node-version: '25.x'
41+
cache: npm
4242
- name: Install dependencies
4343
run: yarn install --frozen-lockfile --non-interactive
4444
- name: Build

0 commit comments

Comments
 (0)