Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8857b05

Browse files
authored
CI: Update token-group and token-metadata JS jobs to Node 20 (#7365)
#### 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.
1 parent 0c12455 commit 8857b05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pull-request-libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
js-test:
6767
runs-on: ubuntu-latest
6868
env:
69-
NODE_VERSION: 20.5
69+
NODE_VERSION: 20.x
7070
steps:
7171
- uses: actions/checkout@v4
7272
- name: Use Node.js ${{ env.NODE_VERSION }}

.github/workflows/pull-request-token-group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
js-test:
7575
runs-on: ubuntu-latest
7676
env:
77-
NODE_VERSION: 16.x
77+
NODE_VERSION: 20.x
7878
steps:
7979
- uses: actions/checkout@v4
8080
- name: Use Node.js ${{ env.NODE_VERSION }}

.github/workflows/pull-request-token-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
js-test:
7676
runs-on: ubuntu-latest
7777
env:
78-
NODE_VERSION: 16.x
78+
NODE_VERSION: 20.x
7979
steps:
8080
- uses: actions/checkout@v4
8181
- name: Use Node.js ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)