Skip to content

Commit

Permalink
set YARN_IGNORE_NODE=1 env var
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 23, 2024
1 parent 392ad40 commit cf2e5d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build Packages
on:
push:
branches:
branches:
- build
tags:
- 'v*.*.*'
- "v*.*.*"
jobs:
main:
runs-on: self-hosted
Expand All @@ -23,6 +23,8 @@ jobs:
git submodule update
- name: Package Binaries
run: build-packages ${{github.repository}} ${{github.workspace}} --env NPM_AUTH_TOKEN ${{secrets.NPM_AUTH_PAT}}
env:
YARN_IGNORE_NODE: 1
- name: Set Variables
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand All @@ -47,4 +49,4 @@ jobs:
run: update-repositories ${{github.workspace}}
- name: Publish Repository
if: startsWith(github.ref, 'refs/tags/')
run: publish-repo
run: publish-repo

0 comments on commit cf2e5d4

Please sign in to comment.