From 1b91b0600114a96543768b013e5deeddb7e1efe0 Mon Sep 17 00:00:00 2001 From: Kiichiro YUKAWA Date: Tue, 27 Jun 2023 11:49:51 +0900 Subject: [PATCH] :arrow_up: Update Node version of GitHub Actions (#47) Signed-off-by: vankichi --- .github/workflows/release.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d918218..70a0e52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: uses: arduino/setup-protoc@v1 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' registry-url: 'https://registry.npmjs.org' - uses: actions/checkout@v3 with: diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9313f57..32941ae 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -15,7 +15,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' registry-url: 'https://registry.npmjs.org' - name: Get client version id: pkg_version