Skip to content

Commit

Permalink
Merge pull request #5 from vgrichina/fix-build
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenykuzyakov authored Jul 2, 2024
2 parents 3da4133 + 2ae2bc5 commit 8e7eb44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
- run: yarn
- run: yarn build
- name: Build
run: NODE_OPTIONS=--openssl-legacy-provider yarn build
- name: Deploy using web4
run: npx web4-deploy build/ thewiki.near
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -27,4 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn build
- name: Build
run: NODE_OPTIONS=--openssl-legacy-provider yarn build

0 comments on commit 8e7eb44

Please sign in to comment.