We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8f205 commit b7ab183Copy full SHA for b7ab183
.github/workflows/prerelease.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
- uses: actions/setup-node@v4
13
with:
14
- node-version: '16'
+ node-version: '18'
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm ci --no-progress
17
- run: npm run build
0 commit comments