Skip to content

Commit

Permalink
ci: using a TLS Node.js version to prevent setup-node issues (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Oct 24, 2023
1 parent 40790fc commit 2f5a4c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
ls versioned_sidebars/version-${{ github.event.inputs.version }}-sidebars.json && echo "::error::Version already exist" && exit 1 || exit 0
- name: Setup Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v4.0.0
with:
node-version: v19.6.0
node-version: v18.18.0
cache: npm

- name: Cache Node.js packages
Expand Down

0 comments on commit 2f5a4c3

Please sign in to comment.