diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1234a264c..a11c0453b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,9 @@ jobs: - name: Setup pnpm 🌟 uses: pnpm/action-setup@v4 - with: - version: latest - name: Setup Node 📦 uses: actions/setup-node@v4 - with: - node-version: latest - name: Install dependencies 📦 run: pnpm install diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2cba011aa..4b52b405b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,13 +29,9 @@ jobs: - name: Setup pnpm 🌟 uses: pnpm/action-setup@v4 - with: - version: latest - name: Setup Node 📦 uses: actions/setup-node@v4 - with: - node-version: latest - name: Install dependencies 📦 run: pnpm install diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..92f279e3e --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v22 \ No newline at end of file