Skip to content

Commit

Permalink
we need to set node env forcefully
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoventurini committed Nov 16, 2023
1 parent 19d8d0b commit ec31dc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
- run: npm install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
- name: Run Tests
run: |
export FORCE_COLOR=true
export NODE_ENV=test
mtest --package ./ --once ${{ matrix.meteorRelease }}

0 comments on commit ec31dc0

Please sign in to comment.