Skip to content

Commit 07425e6

Browse files
committed
Bump versions
1 parent 4718c0d commit 07425e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
# Steps represent a sequence of tasks that will be executed as part of the job
1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
- name: Use Node.js
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
23-
node-version: '14.x'
23+
node-version: '24.x'
2424
- run: npm ci
2525
- run: npm run build
2626
- name: Deploy

0 commit comments

Comments
 (0)