Skip to content

Commit 5f149b9

Browse files
committed
updating GH actions for node versions
1 parent 3d4326a commit 5f149b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
# if your docs needs submodules, uncomment the following line
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 20
29+
node-version: 24
3030
cache: npm
3131

3232
- name: Install Deps

0 commit comments

Comments
 (0)