Skip to content

Commit

Permalink
chore: enforce node 20.17.0 due to memory leak
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Irvin <djfoxyslpr@gmail.com>
  • Loading branch information
jonathan-irvin committed Sep 9, 2024
1 parent 4244fd1 commit 5634706
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ name: Build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

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:
Expand All @@ -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

0 comments on commit 5634706

Please sign in to comment.