Skip to content

Commit

Permalink
ci: bump node_version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 6, 2024
1 parent d1f6e5a commit 98fcd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-latest, macOS-12]
python_version: [3.9]
node_version: [16]
node_version: [20]
skip_rust: [false]
skip_webui: [false]
experimental: [false]

#include:
# - os: ubuntu-latest
# python_version: 3.9
# node_version: 16
# node_version: 20
# experimental: true

steps:
Expand Down

0 comments on commit 98fcd71

Please sign in to comment.