From e19a4e12dfc6390f122aa67473750e7d16950301 Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Wed, 26 Mar 2025 20:02:09 -0700 Subject: [PATCH] chore: Update actions --- .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 ff104cb..e647ba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,15 +11,15 @@ jobs: strategy: fail-fast: false matrix: - node: ["4", "6", "8", "10", "12", "14", "16", "18"] + node: ["4", "6", "8", "10", "12", "14", "16", "18", "20"] os: [ubuntu-latest, windows-latest, macos-13] steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set Node.js version - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }}