Skip to content

Commit

Permalink
Fix node version in docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Oct 7, 2024
1 parent a77e1be commit 674ddc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.19.0
node-version: 22
- name: Install dependencies
run: yarn install --frozen-lockfile
working-directory: docs
Expand Down

0 comments on commit 674ddc1

Please sign in to comment.