aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoforge <no-reply@sudoforge.com>2024-07-23 00:00:11 -0700
committersudoforge <9c001b67637a@sudoforge.com>2024-07-23 00:07:00 -0700
commit7918af669fc1e99d2d22e7bcde0307c9a8bd1020 (patch)
tree6034a7b49400d6d1b29f801dd630a03012d031ed
parent5eabe549e4f7fc98bbdf4e7b285cec00e5da4e99 (diff)
downloadgit-bug-7918af669fc1e99d2d22e7bcde0307c9a8bd1020.tar.gz
feat: bump node versions to 16.x, 18.x, and 20.x
Change-Id: Ic4809ab33cc9fd9e7e6e3e6eba1dd933e1ba585b
-rw-r--r--.github/workflows/build-and-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 9e461ede..9b36a648 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- node-version: [12.x, 14.x, 16.x]
+ node-version: [16.x, 18.x, 20.x]
defaults:
run:
working-directory: webui