We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dcf7a commit baf071fCopy full SHA for baf071f
.github/workflows/release-javascript.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: actions/setup-node@v4
24
with:
25
- node-version: 18
+ node-version: 22.x
26
cache: "npm"
27
cache-dependency-path: javascript/package-lock.json
28
- run: npm install-ci-test
.github/workflows/test-javascript.yml
@@ -18,12 +18,12 @@ jobs:
18
matrix:
19
os:
20
- ubuntu-latest
21
- node-version: [18, 20]
+ node-version: [22.x, 23.x]
include:
- os: windows-latest
- os: macos-latest
steps:
29
- name: set git core.autocrlf to 'input'
0 commit comments