diff --git a/.github/workflows/nodejs-doctor.yml b/.github/workflows/nodejs-doctor.yml index 8719abc88..0ca49a429 100644 --- a/.github/workflows/nodejs-doctor.yml +++ b/.github/workflows/nodejs-doctor.yml @@ -1,18 +1,15 @@ name: Doctor Node CI - +# This action runs on 'git push' and PRs on: [push, pull_request] jobs: build: - runs-on: 'ubuntu-latest' - env: doctor-directory: ./desktop/doctor - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v3.5.3 + - uses: actions/setup-node@v3.6.0 with: node-version: '18.x' - name: install