Skip to content

Commit

Permalink
ci: using a TLS Node.js version to prevent setup-node issues
Browse files Browse the repository at this point in the history
See actions/setup-node#838 for more information on the problem with v19.6.0 & non-LTS versions. I also updated to the latest version the actions/checkout, actions/setup-node & actions/cache GitHub Actions.
  • Loading branch information
fharper committed Oct 24, 2023
1 parent 7b89160 commit e4ec309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
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 e4ec309

Please sign in to comment.