Skip to content

Commit 767865e

Browse files
authored
Merge pull request #219 from saksham-gera/update_workflow
Workflow Issue Fixed
2 parents a45405e + 96d109c commit 767865e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
node-version: [14.x]
16+
node-version: [18.x]
1717
os: [ubuntu-latest]
1818
runs-on: ${{ matrix.os }}
1919

@@ -24,4 +24,4 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm ci
27-
- run: npm run build --if-present
27+
- run: NODE_OPTIONS=--openssl-legacy-provider npm run build --if-present

.github/workflows/buildAndDeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node-version: [16.x]
9+
node-version: [18.x]
1010
steps:
1111
- name: Checkout 🛎️
1212
uses: actions/checkout@v2.3.1

0 commit comments

Comments
 (0)