Skip to content

Commit 06cddf3

Browse files
committedMay 31, 2024
Upgrade node version in publish task
1 parent bc0aa9e commit 06cddf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup node.js
2424
uses: actions/setup-node@v1
2525
with:
26-
node-version: 16
26+
node-version: 18
2727

2828
- name: Build website
2929
run: npm ci && npm run build

0 commit comments

Comments
 (0)