diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 245d0b6..5f27b8b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,16 +23,11 @@ jobs: fetch-depth: 2 - uses: pnpm/action-setup@v2 - name: Install pnpm - id: pnpm-install - with: - version: 7 - run_install: false - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version-file: ".nvmrc" cache: "pnpm" - name: Install Dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30a28c9..9150f18 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GITHUB_TOKEN }} - uses: pnpm/action-setup@v2