diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 876ab51f..1f832cb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: npm install -g pnpm - run: pnpm run build - run: node ./dist/index.js \ No newline at end of file diff --git a/.github/workflows/cloudflare.yml b/.github/workflows/cloudflare.yml index 1c9e7c21..ce655788 100644 --- a/.github/workflows/cloudflare.yml +++ b/.github/workflows/cloudflare.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - run: touch wrangler.toml - run: | cat << 'EOF' > wrangler.toml