Skip to content

Commit

Permalink
try on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Apr 17, 2024
1 parent 1372e40 commit 7d921a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

strategy:
matrix:
Expand All @@ -38,7 +38,7 @@ jobs:
# echo "//packages.infragistics.com/npm/js-licensed/:_auth=${{ secrets.PROGET_TOKEN }}" >> ~/.npmrc
# echo "//packages.infragistics.com/npm/js-licensed/:always-auth=true" >> ~/.npmrc
- name: set heap size
run: set NODE_OPTIONS=--max-old-space-size=24000
run: export NODE_OPTIONS=--max-old-space-size=24000
- name: npm ci
run: npm ci
- name: Build
Expand Down

0 comments on commit 7d921a4

Please sign in to comment.