Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Miorey committed Feb 27, 2024
1 parent a03f6b0 commit a328912
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ on:

jobs:
build:

runs-on: windows-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
env:
NODE_OPTIONS: "--openssl-legacy-provider"
- run: $env:NODE_OPTIONS="--openssl-legacy-provider"
- run: npm ci
- run: npm run electron:buildci
env:
Expand Down

0 comments on commit a328912

Please sign in to comment.