Skip to content

Commit 7c29b02

Browse files
committed
[GHA] bump node version
1 parent bcd703b commit 7c29b02

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ 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]
1716
steps:
1817
- uses: actions/checkout@master
1918
- uses: actions/setup-node@master
2019
with:
21-
node-version: "14.19.0"
20+
node-version: "22"
2221
architecture: 'x64' # fix for macos-latest
2322
- run: npm ci
2423
- run: npm run preversion
25-
- run: npm run publish-coverage

0 commit comments

Comments
 (0)