Skip to content

Commit

Permalink
Update Node (#170)
Browse files Browse the repository at this point in the history
* Update Node

* update pnpm action

* checkout repo before pnpm action
  • Loading branch information
roginfarrer authored Jun 11, 2024
1 parent ae93d30 commit ff06338
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ jobs:
env:
CI: true
steps:
- uses: pnpm/[email protected]
with:
version: 6.23.1

- name: Checkout Repo
uses: actions/checkout@main
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- uses: pnpm/action-setup@master

- name: Setup Node.js
uses: actions/setup-node@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- uses: pnpm/action-setup@master
- uses: pnpm/action-setup@v4

- name: Set up Node.js
uses: actions/setup-node@main
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
env:
CI: true
steps:
- uses: pnpm/[email protected]
with:
version: 6.23.1

- name: Checkout Repo
uses: actions/checkout@main

- uses: pnpm/action-setup@v4

- name: Setup Node.js
uses: actions/setup-node@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
20

0 comments on commit ff06338

Please sign in to comment.