Skip to content

Commit 3eadfec

Browse files
committed
Add package manager
1 parent 086f5a4 commit 3eadfec

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
- uses: pnpm/action-setup@v2
1011
- uses: actions/setup-node@v3
1112
with:
1213
node-version-file: '.nvmrc'
1314
cache: 'pnpm'
14-
- uses: pnpm/action-setup@v2
15-
name: Install pnpm
16-
id: pnpm-install
17-
with:
18-
version: 7
1915
- name: Install
2016
run: pnpm install
2117
- name: Lint

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"license": "MIT",
77
"description": "CSS modules support for TypeScript",
88
"homepage": "https://github.com/mrmckeb/typescript-plugin-css-modules",
9+
"packageManager": "pnpm@7.16.0",
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/mrmckeb/typescript-plugin-css-modules"

0 commit comments

Comments
 (0)