Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen authored Nov 30, 2023
1 parent a53cbc4 commit 8051ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

- name: Build
run: |
export NODE_OPTIONS=--openssl-legacy-provider
npm install -g corepack
corepack enable
corepack prepare yarn@stable --activate
yarn install
yarn
yarn build

0 comments on commit 8051ef0

Please sign in to comment.