Skip to content

Commit

Permalink
use more recent version of node in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Sep 27, 2024
1 parent 7e8a2dd commit a89401b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_api_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
Expand Down

0 comments on commit a89401b

Please sign in to comment.