We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a300f commit 0df870cCopy full SHA for 0df870c
.github/workflows/publish-node.js.yml
@@ -17,13 +17,13 @@ jobs:
17
ref: ${{ github.event.release.target_commitish }}
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: 18
+ node-version: 20
21
cache: 'npm'
22
- run: git config --global user.name "GitHub CD bot"
23
- run: git config --global user.email "[email protected]"
24
- run: npm version ${{ github.event.release.tag_name }}
25
- run: npm i
26
- - run: unset NODE_OPTIONS && npm run build
+ - run: NODE_OPTIONS=--openssl-legacy-provider && npm run build
27
- uses: JS-DevTools/npm-publish@v1
28
29
token: ${{ secrets.NPM_TOKEN }}
0 commit comments