Skip to content

Commit 4a9c867

Browse files
committed
fixup! fixup! fixup! [GHA] bump node version
1 parent 7d65fa6 commit 4a9c867

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
ci:
1010
runs-on: ${{ matrix.os }}
1111
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"
12+
NODE_OPTIONS: "--max-old-space-size=4096"
1413
strategy:
1514
matrix:
1615
os: [ubuntu-latest, macos-latest, windows-latest]
@@ -21,8 +20,4 @@ jobs:
2120
node-version: "22"
2221
architecture: 'x64' # fix for macos-latest
2322
- run: npm ci
24-
- name: Increase Node heap
25-
run: |
26-
echo "NODE_OPTIONS=--max-old-space-size=4096" >> $GITHUB_ENV
2723
- run: npm run preversion
28-
- run: npm run publish-coverage

0 commit comments

Comments
 (0)