Skip to content

Commit e5ac1c3

Browse files
committed
Upadate ci
1 parent ec3f2ba commit e5ac1c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
node-version: [18.x]
30+
node-version: [23.x]
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Setup Pages
36-
uses: actions/configure-pages@v2
36+
uses: actions/configure-pages@v4
3737
- name: Use Node.js ${{ matrix.node-version }}
3838
uses: actions/setup-node@v2
3939
with:
4040
node-version: ${{ matrix.node-version }}
4141
- run: yarn install
4242
- run: yarn build
4343
- name: Upload artifact
44-
uses: actions/upload-pages-artifact@v1
44+
uses: actions/upload-pages-artifact@v3
4545
with:
4646
# Upload entire repository
4747
path: './build'
4848
- name: Deploy to GitHub Pages
4949
id: deployment
50-
uses: actions/deploy-pages@v1
50+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)