diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfd30100cb5..90a1fdf002e 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@v2.3.4 - name: Setting up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.3.2 + uses: actions/setup-node@v2.4.0 with: node-version: 12.x - name: Setup NPM cache @@ -33,7 +33,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2.3.4 - name: Setting up Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.3.2 + uses: actions/setup-node@v2.4.0 with: node-version: 12.x - name: Setup NPM cache