Skip to content

Commit 6ef8783

Browse files
committed
ci: 💚 once again attempt to fix CI
1 parent c1b6b76 commit 6ef8783

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111
- uses: actions/setup-node@v2
12-
- uses: pnpm/action-setup@v4
1312
with:
14-
node-version: '16'
13+
node-version: '16'
14+
- uses: pnpm/action-setup@v4
1515
- name: Get secrets
1616
run: |
1717
cd config

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.",
55
"main": "jssource.js",
66
"type": "module",
7+
"packageManager":"^[email protected]",
78
"scripts": {
89
"ci-build": "cross-env NODE_ENV=production node config/esbuild/ci-build.js",
910
"build": "cross-env NODE_ENV=production node config/esbuild/build.js",

0 commit comments

Comments
 (0)