We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e67673 commit 2c276f3Copy full SHA for 2c276f3
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Use Node.js
13
uses: actions/setup-node@v4
14
with:
15
- node-version: 'lts/*'
+ node-version: '18'
16
- run: yarn --frozen-lockfile
17
- run: npm install --global pkg
18
- run: yarn build
0 commit comments