We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d65fa6 commit 4a9c867Copy full SHA for 4a9c867
.github/workflows/build.yml
@@ -9,8 +9,7 @@ jobs:
9
ci:
10
runs-on: ${{ matrix.os }}
11
env:
12
- #hardcode the coveralls token...it's not overly important to protect, and github actions won't allow forks to work with coveralls otherwise
13
- COVERALLS_REPO_TOKEN: "fSZnZ2ciuSy219J8ohCWIj5rvJOZVb8JO"
+ NODE_OPTIONS: "--max-old-space-size=4096"
14
strategy:
15
matrix:
16
os: [ubuntu-latest, macos-latest, windows-latest]
@@ -21,8 +20,4 @@ jobs:
21
20
node-version: "22"
22
architecture: 'x64' # fix for macos-latest
23
- run: npm ci
24
- - name: Increase Node heap
25
- run: |
26
- echo "NODE_OPTIONS=--max-old-space-size=4096" >> $GITHUB_ENV
27
- run: npm run preversion
28
- - run: npm run publish-coverage
0 commit comments