We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf2458 commit 0ee41e7Copy full SHA for 0ee41e7
1 file changed
.github/workflows/deploy-docs.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
env:
11
- NODE_VER: 22.11
+ NODE_VER: 22.18
12
CI: true
13
14
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
with:
34
fetch-depth: 0 # Required to calculate lastUpdated
35
0 commit comments