From 0486fc3b32a60292856ae6f1f366f36845c504ef Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Wed, 21 Aug 2024 14:17:54 -0600 Subject: [PATCH] Update workflow --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 060da98..a864d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,10 @@ jobs: timeout-minutes: 20 strategy: matrix: - node: [10, 12, 14, 16] + node: [18, 20, 22] steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} cache: 'npm'