Skip to content

Commit

Permalink
Switch to Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-fleck-at committed Apr 12, 2024
1 parent 1d83151 commit df50f60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Expand Up @@ -2,7 +2,7 @@ on:
workflow_call:

env:
NODE_VERSION: 16.20.0
NODE_VERSION: 18.20.2
PYTHON_VERSION: 3.11.4

defaults:
Expand All @@ -11,6 +11,8 @@ defaults:

jobs:
build-and-test:
env:
NODE_OPTIONS: --max_old_space_size=8192
name: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit df50f60

Please sign in to comment.