From afce9d5a93afc7ac2f70db158085b2835737d8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sun, 5 Mar 2023 01:29:39 +0000 Subject: [PATCH] fix: add node setup --- .github/workflows/release-and-update-changelog.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-and-update-changelog.yml b/.github/workflows/release-and-update-changelog.yml index f76bd0d..db02bda 100644 --- a/.github/workflows/release-and-update-changelog.yml +++ b/.github/workflows/release-and-update-changelog.yml @@ -36,6 +36,12 @@ jobs: - uses: actions/checkout@v3 with: submodules: true + + - uses: actions/setup-node@v3 + name: Use Node.js ${{ matrix.node-version }} + with: + node-version: ${{ matrix.node-version }} + - uses: pnpm/action-setup@v2 name: Install pnpm id: pnpm-install