We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b662f commit dc0d41eCopy full SHA for dc0d41e
.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