summaryrefslogtreecommitdiff
path: root/.github/workflows/snapshot-release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/snapshot-release.yml')
-rw-r--r--.github/workflows/snapshot-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/snapshot-release.yml b/.github/workflows/snapshot-release.yml
index 5504978c6..29f8c7f11 100644
--- a/.github/workflows/snapshot-release.yml
+++ b/.github/workflows/snapshot-release.yml
@@ -58,7 +58,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: 18
registry-url: "https://registry.npmjs.org"
cache: "pnpm"