File tree 3 files changed +24
-32
lines changed
3 files changed +24
-32
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,18 @@ jobs:
28
28
29
29
- uses : actions/setup-node@v2
30
30
with :
31
- node-version : " 12.x "
31
+ node-version : 12
32
32
33
- - name : Install dependencies
33
+ - uses : pnpm/action-setup@master
34
+ with :
35
+ version : latest
36
+
37
+ - name : Test production installation
38
+ run : apm install --production
39
+
40
+ - name : Build
34
41
run : |
35
- apm install --production
36
- npm install --only=dev
42
+ pnpm install
37
43
./node_modules/.bin/atom-package-deps .
38
44
39
45
- name : Run tests 👩🏾💻
@@ -71,16 +77,18 @@ jobs:
71
77
- uses : atom-community/action-setup-atom@v1
72
78
- uses : actions/setup-node@v2
73
79
with :
74
- node-version : " 12.x "
80
+ node-version : 12
75
81
76
- - name : NPM install
77
- run : npm install
82
+ - uses : pnpm/action-setup@master
83
+ with :
84
+ version : latest
78
85
79
86
- name : Build and Commit
80
87
run : |
81
- npm run clean
82
- npm run get.servers
83
- npm run build-commit
88
+ pnpm install
89
+ pnpm run clean
90
+ pnpm run get.servers
91
+ pnpm run build-commit
84
92
85
93
- name : Release 🎉
86
94
uses : cycjimmy/semantic-release-action@v2
Original file line number Diff line number Diff line change 112
112
"decompress-tarxz" : " ^3.0.0" ,
113
113
"eslint-config-atomic" : " ^1.16.2" ,
114
114
"gitly" : " ^2.1.2" ,
115
- "parcel" : " ^ 2.0.0-beta.3.1" ,
115
+ "parcel" : " 2.0.0-beta.3.1" ,
116
116
"prettier-config-atomic" : " ^2.0.5" ,
117
117
"shx" : " 0.3.3" ,
118
118
"terser-config-atomic" : " ^0.1.1" ,
You can’t perform that action at this time.
0 commit comments