Skip to content

Commit 9da3131

Browse files
committed
Use Node.js 20.12.2 instead of 'latest'
Attempt to work around nodejs/node#52708 / gulpjs/vinyl-fs#350 by reverting to previous LTS version.
1 parent c1b0f3e commit 9da3131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: "setup npm"
6969
uses: actions/setup-node@v4
7070
with:
71-
node-version: 'latest'
71+
node-version: '20.12.2'
7272
cache: 'npm'
7373
cache-dependency-path: docs-site/package-lock.json
7474

0 commit comments

Comments
 (0)