From 080ee318fba1010f44799b8c525f5aa964aea74f Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Wed, 26 Jun 2024 20:46:59 -0700 Subject: [PATCH] update test action --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 663c43d8..a511cd07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,14 +9,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐Ÿ”๐ŸŸ๐Ÿฅค - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v4 with: persist-credentials: false - name: Use Node.js ๐Ÿ˜‚ - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: - node-version: '14.x' + node-version: '18' - name: Test ๐Ÿงช run: |