From ef5553ba6fb1eee709a1705f758b286b0e266849 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Wed, 9 Oct 2024 21:10:41 -0700 Subject: [PATCH] fix: usage of `node12` in `testing.yaml` (#73) --- .github/workflows/testing.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 9accbb0..32634df 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -18,8 +18,8 @@ jobs: - 14 - 12 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm install @@ -34,8 +34,8 @@ jobs: - 8 - 6 steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - run: npm install