Skip to content

Commit

Permalink
Temporarily build against Node 20.7.0
Browse files Browse the repository at this point in the history
20.8.0 has some changes which are breaking mock-fs for use in tests, which need addressing.

Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Oct 3, 2023
1 parent 6e18c4f commit e0bfffe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Nodejs
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.7.0

- name: Setup submodule
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Set up Nodejs
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.7.0

- name: Setup java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.7.0

- name: Setup go 1.20.x
uses: actions/setup-go@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Nodejs
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 20.7.0

- name: Setup git
run: |
Expand Down

0 comments on commit e0bfffe

Please sign in to comment.