Skip to content

Commit

Permalink
chore(github-actions): upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed May 7, 2024
1 parent 2bd8624 commit ffd64d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 149 deletions.
146 changes: 0 additions & 146 deletions .github/workflows/e2e-backup.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{env.node_version }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: ${{ env.pnpm_version }}
Expand All @@ -57,11 +57,11 @@ jobs:

- name: Use Node.js ${{ matrix.version }}
if: matrix.runtime == 'node'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: ${{ env.pnpm_version }}
Expand Down

0 comments on commit ffd64d4

Please sign in to comment.