Skip to content

Commit

Permalink
ci: usage of Node.js v18 (instead of v20) to accommodate mock-fs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Jan 30, 2024
1 parent 047b46a commit b11b3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Setup Node.js"
uses: "actions/setup-node@v4.0.1"
with:
node-version: "lts/*"
node-version: "18.x"
cache: "npm"

- name: "Install dependencies"
Expand Down

0 comments on commit b11b3db

Please sign in to comment.