diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a64188a..6101594 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 + with: + node-version: '14.x' - name: Installing all dependencies... run: npm ci