We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff3fecd + 5af2e22 commit 1dfdb89Copy full SHA for 1dfdb89
1 file changed
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/setup-node@v3
19
with:
20
cache: npm
21
- node-version: 16
+ node-version: 18
22
- run: npm ci
23
- run: npm run build
24
- run: npm run test
0 commit comments