From 954b0500c8a95764b2432d401afcba0c2ef726af Mon Sep 17 00:00:00 2001 From: Felipe Lima Date: Wed, 19 Feb 2025 22:15:52 -0800 Subject: [PATCH] upgrade node versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f431cc5..b4bcd2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 19.x, 20.x] + node-version: [18.x, 19.x, 20.x, 23.x] steps: - uses: actions/checkout@v3