Skip to content

Commit

Permalink
Used pnpm@9 to manage dependencies (#10)
Browse files Browse the repository at this point in the history
* chore: Recreated lockfile

* chore: Updated CI

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Aug 14, 2024
1 parent a601c3e commit 62a53d6
Show file tree
Hide file tree
Showing 2 changed files with 2,297 additions and 1,803 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

env:
NODE_VERSION: 18
PNPM_VERSION: 9

jobs:
lint:
Expand All @@ -19,9 +20,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: latest
version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand All @@ -45,9 +46,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: latest
version: ${{ env.PNPM_VERSION }}

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 62a53d6

Please sign in to comment.