We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fa99f commit b32a563Copy full SHA for b32a563
3 files changed
.github/workflows/ci.yaml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
- uses: actions/setup-node@v4
29
with:
30
- node-version: lts/*
+ node-version: v20.18.1 # TODO: switch to lts/* once https://github.com/nodejs/node/issues/51766 lands.
31
cache: npm
32
- run: npm ci
33
- run: npm test
0 commit comments