diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 082599e..4467ae3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.5.1 + uses: actions/setup-node@v3.6.0 with: node-version: ${{ matrix.node-version }} - run: npm install @@ -36,7 +36,7 @@ jobs: # steps: # - uses: actions/checkout@v3.1.0 # - name: Use Node.js 13.x -# uses: actions/setup-node@v3.5.1 +# uses: actions/setup-node@v3.6.0 # with: # node-version: 13.x # - run: npm install