We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd703b commit 7c29b02Copy full SHA for 7c29b02
.github/workflows/build.yml
@@ -9,17 +9,15 @@ 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]
17
steps:
18
- uses: actions/checkout@master
19
- uses: actions/setup-node@master
20
with:
21
- node-version: "14.19.0"
+ node-version: "22"
22
architecture: 'x64' # fix for macos-latest
23
- run: npm ci
24
- run: npm run preversion
25
- - run: npm run publish-coverage
0 commit comments