diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7c8908560..99250514a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,6 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Use Node.js 14 + uses: actions/setup-node@v1 + with: + node-version: 14.x - name: npm install and lint run: | npm install