We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4718c0d commit 07425e6Copy full SHA for 07425e6
1 file changed
.github/workflows/gh-pages.yml
@@ -16,11 +16,11 @@ jobs:
16
# Steps represent a sequence of tasks that will be executed as part of the job
17
steps:
18
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
- name: Use Node.js
21
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
22
with:
23
- node-version: '14.x'
+ node-version: '24.x'
24
- run: npm ci
25
- run: npm run build
26
- name: Deploy
0 commit comments