Merge pull request #172 from cloudflare/demosjarco/main

Node 20 update
This commit is contained in:
Jacob M-G Evans 2023-09-18 11:29:49 -05:00 committed by GitHub
commit fcf2d83f3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,8 @@ branding:
color: "orange"
description: "Deploy your Cloudflare projects from GitHub using Wrangler"
runs:
using: "node16"
# Possible values: https://github.com/actions/runner/blob/main/src/Runner.Common/Util/NodeUtil.cs#L9
using: "node20"
main: "dist/index.mjs"
inputs:
apiToken: