Skip to content

Commit

Permalink
ci: update etup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Shramkoweb committed Jun 16, 2024
1 parent bbe0c5f commit 90bca83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
uses: pnpm/action-setup@v4
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ jobs:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
uses: pnpm/action-setup@v4
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install
Expand Down

0 comments on commit 90bca83

Please sign in to comment.