diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index b72d33a8..88219623 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -15,7 +15,7 @@ inputs: # Beware that native modules will be built for this version, # which might not be compatible with the one used by pkg (see forge.sidecar.ts) # https://github.com/vercel/pkg-fetch/releases - default: '20.x' + default: '20.19' VERBOSE: type: string default: 'true' diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 9c8cc5a3..397049c7 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -22,7 +22,7 @@ jobs: { "os": [ ["ubuntu-22.04"], - ["windows-2019"], + ["windows-2022"], ["macos-13"], ["macos-latest-xlarge"] ] @@ -31,11 +31,11 @@ jobs: { "os": [ ["ubuntu-22.04"], - ["windows-2019"], + ["windows-2022"], ["macos-13"], ["macos-latest-xlarge"] ] } restrict_custom_actions: false github_prerelease: true - cloudflare_website: "etcher" + cloudflare_website: 'etcher'