chore: enforce node 20.17.0 due to memory leak

Signed-off-by: Jonathan Irvin <djfoxyslpr@gmail.com>
This commit is contained in:
Jonathan Irvin 2024-09-09 09:10:27 -05:00
parent 4244fd1596
commit 56347063a0
No known key found for this signature in database
1 changed files with 2 additions and 6 deletions

View File

@ -2,11 +2,7 @@ name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
@ -14,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [20.x, 22.x]
node-version: ['20.17.0']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
@ -25,4 +21,4 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run build