From 8e3fd5a5a24d8cd7d3dc3af9545a2b387b3177be Mon Sep 17 00:00:00 2001 From: anubra266 Date: Tue, 24 Dec 2024 05:55:04 -0800 Subject: [PATCH] chore: update actions --- .github/composite-actions/install/action.yml | 7 +++---- .nvmrc | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 .nvmrc diff --git a/.github/composite-actions/install/action.yml b/.github/composite-actions/install/action.yml index 5340e50..efa6c0c 100644 --- a/.github/composite-actions/install/action.yml +++ b/.github/composite-actions/install/action.yml @@ -4,14 +4,13 @@ description: "Sets up Node.js and runs install" runs: using: composite steps: - - uses: pnpm/action-setup@v2.4.0 - with: - version: 7 + - uses: pnpm/action-setup@v4 + name: Install pnpm - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version-file: ".nvmrc" registry-url: "https://registry.npmjs.org" cache: "pnpm" diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..8cea27d --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22.x