Skip to content

Commit

Permalink
chore: update CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit authored Feb 27, 2024
1 parent b1c9ede commit 289d772
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
cache: 'pnpm'
- name: remove git auth
run: git config --unset http.https://github.com/.extraheader
Expand All @@ -28,10 +28,10 @@ jobs:
needs: cache
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
cache: 'pnpm'
- name: remove git auth
run: git config --unset http.https://github.com/.extraheader
Expand All @@ -54,10 +54,10 @@ jobs:
run: |
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
cache: 'pnpm'
- name: remove git auth
run: git config --unset http.https://github.com/.extraheader
Expand Down

0 comments on commit 289d772

Please sign in to comment.