From db44dd014ab3095bdd90980e8859495200e2dcc0 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Tue, 30 Nov 2021 02:37:04 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ebe89d0..1e488a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@master - uses: actions/setup-node@master with: - node-version: 12 + node-version: 14 - uses: actions-rs/toolchain@v1 with: profile: minimal @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@master with: - node-version: 12 + node-version: 14 - uses: actions-rs/toolchain@v1 with: profile: minimal