From 73fd549237f3957189f899b284d060ccf1fc6e3b Mon Sep 17 00:00:00 2001 From: oribe1115 <50443000+oribe1115@users.noreply.github.com> Date: Sun, 3 Mar 2024 20:33:22 +0900 Subject: [PATCH] =?UTF-8?q?actions=E3=81=A7=E4=BD=BF=E3=81=86Node=E3=81=AE?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=92Dockerfil?= =?UTF-8?q?e=E3=81=AE=E4=BB=95=E6=A7=98=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=81=A8=E4=BD=B5=E3=81=9B=E3=81=A619?= =?UTF-8?q?=E7=B3=BB=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f753ec2c..4631aa2f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: - name: setup Node uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 19.x cache: npm - name: check npm ci run: npm ci @@ -30,7 +30,7 @@ jobs: - name: setup Node uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 19.x cache: npm - name: npm ci run: npm ci @@ -46,7 +46,7 @@ jobs: - name: setup Node uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 19.x cache: npm - name: npm ci run: npm ci @@ -62,7 +62,7 @@ jobs: - name: setup Node uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 19.x cache: npm - name: npm ci run: npm ci @@ -78,7 +78,7 @@ jobs: - name: setup Node uses: actions/setup-node@v2 with: - node-version: 16.x + node-version: 19.x cache: npm - name: npm ci run: npm ci