Skip to content

Commit 51efc42

Browse files
committed
updated deployment version
1 parent 6026933 commit 51efc42

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy-to-github-pages.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,22 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Set up Node.js
37-
uses: actions/setup-node@v3
37+
uses: actions/setup-node@v4
3838
with:
39-
node-version: 18.x
39+
node-version: 20.x
4040
cache: yarn
4141
- name: Install dependencies
4242
run: yarn install --frozen-lockfile --non-interactive
4343
- name: Build
4444
run: yarn build
4545
- name: Setup Pages
46-
uses: actions/configure-pages@v3
46+
uses: actions/configure-pages@v4
4747
- name: Upload artifact
48-
uses: actions/upload-pages-artifact@v2
48+
uses: actions/upload-pages-artifact@v3
4949
with:
5050
path: build
5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v2
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)