We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81731c5 commit 02140afCopy full SHA for 02140af
1 file 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