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 Nov 14, 2023
1 parent bb20b7f commit 5fb2fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.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.0'
with:
node-version: '20.x'
node-version: '18.x'
cache: 'npm'

- name: 'Install dependencies'
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: 'Setup Node.js'
uses: 'actions/setup-node@v4.0.0'
with:
node-version: '20.x'
node-version: 'lts/*'
cache: 'npm'

- name: 'Install dependencies'
Expand Down

0 comments on commit 5fb2fc2

Please sign in to comment.