diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 42ec24a..44a5e03 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: # environment and setup in a fraction of a second. - name: Install Node v14 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "14"