Skip to content

Commit

Permalink
use corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Jul 1, 2024
1 parent 6e73e37 commit 33001ee
Show file tree
Hide file tree
Showing 3 changed files with 1,513 additions and 1,962 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: false

- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "typed-binary",
"version": "4.0.0",
"description": "Describe binary structures with full TypeScript support. Encode and decode into pure JavaScript objects.",
"packageManager": "[email protected]+sha256.691fe176eea9a8a80df20e4976f3dfb44a04841ceb885638fe2a26174f81e65e",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -54,8 +55,8 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"eslint": "^9.6.0",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",
Expand Down
Loading

0 comments on commit 33001ee

Please sign in to comment.