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.
2 parents a45405e + 96d109c commit 767865eCopy full SHA for 767865e
2 files changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
build:
14
strategy:
15
matrix:
16
- node-version: [14.x]
+ node-version: [18.x]
17
os: [ubuntu-latest]
18
runs-on: ${{ matrix.os }}
19
@@ -24,4 +24,4 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: npm ci
27
- - run: npm run build --if-present
+ - run: NODE_OPTIONS=--openssl-legacy-provider npm run build --if-present
.github/workflows/buildAndDeploy.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
8
9
- node-version: [16.x]
10
steps:
11
- name: Checkout 🛎️
12
uses: actions/checkout@v2.3.1
0 commit comments