From b4456cdd8c53c5c813beec5d34a64019cb1c06dc Mon Sep 17 00:00:00 2001 From: Akamig Date: Tue, 16 Jan 2024 18:47:45 +0900 Subject: [PATCH] fix: Update Actions --- .github/workflows/codecov.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 907f6433..a328e6d5 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -6,12 +6,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: npm install -f