diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a573c9b..9b36904 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,14 +23,12 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version-file: .nvmrc cache: pnpm - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 786ad4e..25b519b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,14 +20,12 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v3 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Setup node uses: actions/setup-node@v4 with: - node-version: 18 + node-version-file: .nvmrc cache: pnpm - name: Install dependencies