Skip to content

Commit

Permalink
using node 20.5 for 2 workflows that are failing
Browse files Browse the repository at this point in the history
bumped the node version to the latest used in some other flows trying to narrow down the build issue
  • Loading branch information
StanChe committed Sep 11, 2024
1 parent 7cda6c4 commit 6a3c9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
js-test-account-compression:
runs-on: ubuntu-latest
env:
NODE_VERSION: 16.x
NODE_VERSION: 20.5
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
js-test:
runs-on: ubuntu-latest
env:
NODE_VERSION: 16.x
NODE_VERSION: 20.5
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 6a3c9cb

Please sign in to comment.