Skip to content

Commit

Permalink
chore(ci): update ci deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Jun 24, 2024
1 parent 3fdb74b commit f6dd219
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v3
version: 9
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'pnpm'
- run: pnpm i --no-frozen-lockfile

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
token: ${{ secrets.GIT_HUB_TOKEN }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: latest
- uses: actions/setup-node@v3
version: 9
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'pnpm'
- run: pnpm i --no-frozen-lockfile

Expand Down

0 comments on commit f6dd219

Please sign in to comment.