Skip to content

Commit

Permalink
update pnpm version + lock
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Nov 8, 2024
1 parent 5784ad7 commit 51e403f
Show file tree
Hide file tree
Showing 4 changed files with 1,821 additions and 1,286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.14.0
version: 9.10.0
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:

strategy:
matrix:
node-version: [ 18, 20 ]
node-version: [ 18, 20 , 22]

steps:
- run: sudo apt-get install -y android-tools-adb
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8.14.0
version: 9.10.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ package-lock.json
*.log
parcel.txt
tasks/*encoder*/
bench/.DS_Store
Loading

0 comments on commit 51e403f

Please sign in to comment.