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 5a64fb8 commit bf922dcCopy full SHA for bf922dc
.github/workflows/publish_edge.yml
@@ -15,6 +15,7 @@ jobs:
15
node-version: 18
16
- run: |
17
sudo bash -c "mkdir /captain && chown -R `whoami` /captain"
18
+ bash -c "node -v && export NODE_OPTIONS=--openssl-legacy-provider && node -v"
19
npm ci
20
npm run build
21
npm run lint
0 commit comments