diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee64b3138..f00c08b8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Setup NodeJS - uses: actions/setup-node@v2 - with: - node-version: '12' - name: Install NPM dependencies run: npm install - name: Build