Skip to content

Commit

Permalink
update actions pnpm and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Dec 14, 2024
1 parent 64a4040 commit f9a9a51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-commandkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
version: '9.15.0'

- name: 📚 Checkout
uses: actions/checkout@v3

- name: 🟢 Node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 22
registry-url: https://registry.npmjs.org

- name: 🍳 Prepare
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-create-commandkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
version: '9.15.0'

- name: 📚 Checkout
uses: actions/checkout@v3

- name: 🟢 Node
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 22
registry-url: https://registry.npmjs.org

- name: 🍳 Prepare
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
version: '9.15.0'

- name: 📚 Checkout
uses: actions/checkout@v3

- name: 🟢 Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 22
registry-url: https://registry.npmjs.org

- name: 🍳 Prepare
Expand Down

0 comments on commit f9a9a51

Please sign in to comment.