Skip to content

Commit 87e8c2b

Browse files
chore: bump actions to v5 and node 22
1 parent af09674 commit 87e8c2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

23-
- uses: actions/setup-node@v4
23+
- uses: actions/setup-node@v5
2424
with:
25-
node-version: 20
25+
node-version: 22
2626
cache: npm
2727

2828
- name: Configure Artifactory registry
@@ -38,7 +38,7 @@ jobs:
3838

3939
- run: npm run build
4040

41-
- uses: actions/upload-pages-artifact@v3
41+
- uses: actions/upload-pages-artifact@v4
4242
with:
4343
path: dist
4444

0 commit comments

Comments
 (0)