Skip to content

Commit 2d969d4

Browse files
authored
Update gh-pages.yml
1 parent 9b33a2e commit 2d969d4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- name: Checkout repository
16+
uses: actions/checkout@v4
1617

17-
- name: Setup Node
18-
uses: actions/setup-node@v3
18+
- name: Set up Node.js
19+
uses: actions/setup-node@v4
1920
with:
20-
node-version: lts/*
21+
node-version: "20"
2122
cache: "yarn"
2223

24+
- name: Enable Corepack
25+
run: corepack enable
26+
2327
- name: Build
2428
run: |
2529
yarn

0 commit comments

Comments
 (0)