Skip to content

Commit

Permalink
Node version 18 -> 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mishig25 committed Sep 25, 2023
1 parent 65198db commit 720b249
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/accelerate_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'

- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_main_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
path: notebooks
token: ${{ secrets.token }}

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache-dependency-path: "kit/package-lock.json"

- name: Set env variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache-dependency-path: "kit/package-lock.json"

- name: Set env variables
Expand Down

0 comments on commit 720b249

Please sign in to comment.