Skip to content

Commit

Permalink
Revert "build(deps): bump the all group across 1 directory with 3 upd…
Browse files Browse the repository at this point in the history
…ates"
  • Loading branch information
skyclouds2001 authored Oct 31, 2024
1 parent 9eae39a commit 2f97875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].0
- name: Install pnpm
uses: pnpm/[email protected]
- name: Install Node.js
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.0.4
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -44,11 +44,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].0
- name: Install pnpm
uses: pnpm/[email protected]
- name: Install Node.js
uses: actions/setup-node@v4.1.0
uses: actions/setup-node@v4.0.4
with:
node-version-file: .nvmrc
cache: pnpm
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: pnpm test
- name: Upload test report
uses: actions/[email protected].3
uses: actions/[email protected].0
with:
name: test-report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].0
- uses: softprops/[email protected]
with:
body: |
Expand Down

0 comments on commit 2f97875

Please sign in to comment.