Skip to content

Commit

Permalink
Use Node.js 20.12.2 instead of 'latest' (#83)
Browse files Browse the repository at this point in the history
Attempt to work around nodejs/node#52708 /
gulpjs/vinyl-fs#350 by reverting to previous
LTS version.
  • Loading branch information
oddhack committed Apr 30, 2024
1 parent c1b0f3e commit b690f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: "setup npm"
uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: '20.12.2'
cache: 'npm'
cache-dependency-path: docs-site/package-lock.json

Expand Down

0 comments on commit b690f5a

Please sign in to comment.