diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8153bdfe..46fa31de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,10 @@ jobs: steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 - + - name: Use Node 16 + uses: actions/setup-node@v3 + with: + node-version: '16.x' - name: Install and Build run: | npm ci --legacy-peer-deps