From 4aaf9b023a20fbfda67db74bf550124e8bbfa00c Mon Sep 17 00:00:00 2001 From: Wonsuk Choi Date: Mon, 14 Oct 2024 01:10:43 +0900 Subject: [PATCH] chore: update CI workflows version to v4 and node version to 20 (#194) * chore(.github/workflows/ci.yml): update actions/checkout, pnpm/action-setup, actions/setup-nodes v4 * chore(.nvmrc): update node version to 20 --- .github/workflows/ci.yml | 8 ++++---- .nvmrc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6978340..10f6d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,13 +9,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - command: ['pnpm lint', 'pnpm typescript', 'pnpm test'] + command: ["pnpm lint", "pnpm typescript", "pnpm test"] steps: - - uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2 + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 with: version: 8.6.10 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: cache: "pnpm" cache-dependency-path: "pnpm-lock.yaml" diff --git a/.nvmrc b/.nvmrc index 3c03207..209e3ef 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 +20