We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc948f commit ce35464Copy full SHA for ce35464
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 16
+ node-version: lts/*
18
cache: npm
19
- run: npm ci
20
- run: npm run build
0 commit comments