Skip to content

Commit

Permalink
update deps and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
steambap committed Apr 22, 2024
1 parent 0818d5d commit 2951f49
Show file tree
Hide file tree
Showing 3 changed files with 1,941 additions and 1,604 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 7
version: 9
run_install: true
- name: run tests
run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/steambap/png-to-ico#readme",
"dependencies": {
"@types/node": "^20.11.0",
"@types/node": "^20.12.7",
"minimist": "^1.2.8",
"pngjs": "^7.0.0"
},
Expand Down
Loading

0 comments on commit 2951f49

Please sign in to comment.