diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 12bafbd..7400cff 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -22,12 +22,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - - name: Set Node.js 12.x + - name: Set Node.js 18.x uses: actions/setup-node@v3 with: - node-version: 12.x + node-version: 18.x cache: npm - name: Install dependencies @@ -46,7 +46,7 @@ jobs: id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist