We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 518931e + 3222d20 commit cd2a3bdCopy full SHA for cd2a3bd
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: 18
+ node-version: 20
17
- run: npm ci
18
- run: npm test
19
- run: npm run type-check
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
cache: npm
20
0 commit comments