Skip to content

Commit

Permalink
CI: Update token-group and token-metadata JS jobs to Node 20 (#7365)
Browse files Browse the repository at this point in the history
#### Problem

The token-group and token-metadata JS packages now require at least Node
v19, but the specific workflows only use v16.

#### Summary of changes

Update the CI job to v20.
  • Loading branch information
joncinque authored Oct 18, 2024
1 parent 0c12455 commit 8857b05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: 20.5
NODE_VERSION: 20.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-token-group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
js-test:
runs-on: ubuntu-latest
env:
NODE_VERSION: 16.x
NODE_VERSION: 20.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-token-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
js-test:
runs-on: ubuntu-latest
env:
NODE_VERSION: 16.x
NODE_VERSION: 20.x
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 8857b05

Please sign in to comment.