This repository was archived by the owner on May 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 40
40
- name : Setup PNPM
41
41
uses : pnpm/action-setup@v2
42
42
with :
43
- version : 8.8.2
44
43
run_install : |
45
44
- recursive: true
46
45
args: [--frozen-lockfile]
67
66
- name : Setup PNPM
68
67
uses : pnpm/action-setup@v2
69
68
with :
70
- version : 8.8.2
71
69
run_install : |
72
70
- recursive: true
73
71
args: [--frozen-lockfile]
@@ -103,7 +101,6 @@ jobs:
103
101
- name : Setup PNPM
104
102
uses : pnpm/action-setup@v2
105
103
with :
106
- version : 8.8.2
107
104
run_install : |
108
105
- recursive: true
109
106
args: [--frozen-lockfile]
@@ -143,11 +140,10 @@ jobs:
143
140
- name : Setup Node
144
141
uses : actions/setup-node@v3
145
142
with :
146
- node-version : 16
143
+ node-version : 18
147
144
- name : Setup PNPM
148
145
uses : pnpm/action-setup@v2
149
146
with :
150
- version : 8.1.1
151
147
run_install : |
152
148
- recursive: true
153
149
args: [--frozen-lockfile]
@@ -216,7 +212,6 @@ jobs:
216
212
- name : Setup PNPM
217
213
uses : pnpm/action-setup@v2
218
214
with :
219
- version : 8.8.2
220
215
run_install : |
221
216
- recursive: true
222
217
args: [--frozen-lockfile]
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
+ "packageManager" :
" [email protected] " ,
3
4
"engines" : {
4
- "node" : " ^18.18.2" ,
5
- "pnpm" : " ^8.8.0"
5
+ "node" : " ^18.18.2"
6
6
},
7
7
"scripts" : {
8
8
"build" : " rollup -c && node scripts/build-web-extension.mjs" ,
You can’t perform that action at this time.
0 commit comments