diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03b7ad07..b22b61dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,9 @@ jobs: node-version: [16.x, 18.x] steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install @@ -28,9 +28,9 @@ jobs: node-version: [16.x, 18.x] steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install @@ -46,9 +46,9 @@ jobs: node-version: [16.x] steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: setup Node.js v${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install