Skip to content

Commit

Permalink
chore: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Dec 24, 2024
1 parent e210f8c commit 8e3fd5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ description: "Sets up Node.js and runs install"
runs:
using: composite
steps:
- uses: pnpm/[email protected]
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"

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.x

0 comments on commit 8e3fd5a

Please sign in to comment.