diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5b6c268..fc6b6cf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v2 with: - node-version: "12.x" + node-version: "16.x" - run: npm install name: Install Dependencies