We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78cf0f7 + 001163a commit 59c13e4Copy full SHA for 59c13e4
3 files changed
.github/workflows/ci.yaml
@@ -87,7 +87,7 @@ jobs:
87
- uses: actions/checkout@v6
88
- uses: actions/setup-node@v6
89
with:
90
- node-version: '21'
+ node-version: latest
91
- run: npm ci
92
working-directory: ./javascript_client
93
- run: npm test
0 commit comments