diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9cf1b4f..169e550 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v1 with: - node-version: 15.x + node-version: 16.x - name: Restore cache id: cache