From e70c9e030526f5af13d81aeb3e985316e24c18a5 Mon Sep 17 00:00:00 2001 From: Brian DeHamer Date: Fri, 8 Sep 2023 09:16:06 -0700 Subject: [PATCH] bump node version in release workflow (#754) Signed-off-by: Brian DeHamer --- .changeset/slimy-adults-call.md | 2 ++ .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .changeset/slimy-adults-call.md diff --git a/.changeset/slimy-adults-call.md b/.changeset/slimy-adults-call.md new file mode 100644 index 00000000..a845151c --- /dev/null +++ b/.changeset/slimy-adults-call.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdb9d698..2afcd162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Setup node uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3 with: - node-version: 16 + node-version: 18.17.0 registry-url: 'https://registry.npmjs.org' cache: npm