Skip to content

Commit

Permalink
fix(ci): bump action version and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee committed Jan 27, 2024
1 parent b9efc20 commit 01b05df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Connect workflow to repository
uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.7.1
version: 8.9.0
- name: Install all required dependencies
run: pnpm install
- name: Lint and test the files
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- name: Checkout to repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: git fetch --unshallow --tags
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.7.1
version: 8.9.0
- name: Install dependencies
run: pnpm install
- name: Lint and test the files
Expand Down

0 comments on commit 01b05df

Please sign in to comment.