diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ee54b97..d5cb57d 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 19 + node-version: 18 cache: npm - name: Install additional go tooling