diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c38a37e6a71a..2b7d5bd92485 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v3.0.2 - name: Setting up Node.js - uses: actions/setup-node@v3.1.1 + uses: actions/setup-node@v3.5.1 with: node-version: 16.x cache: "npm" @@ -27,7 +27,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v3.0.2 - name: Setting up Node.js - uses: actions/setup-node@v3.1.1 + uses: actions/setup-node@v3.5.1 with: node-version: 16.x cache: "npm"