File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 29
29
# Otherwise we would not know if the problem is tied to the Node.js version
30
30
fail-fast : false
31
31
matrix :
32
- node : [14, 16, 18]
32
+ node : [14, 16, 18, 20 ]
33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : ⬇️ Checkout repo
43
43
with :
44
44
node-version : ${{ matrix.node }}
45
45
46
+ # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
47
+ - name : Setup package manager
48
+ run :
npm install -g [email protected]
49
+
46
50
- name : 📥 Download deps
47
51
uses : bahmutov/npm-install@v1
48
52
with :
64
68
release :
65
69
permissions :
66
70
contents : write # to create release tags (cycjimmy/semantic-release-action)
71
+ issues : write # to post release that resolves an issue
67
72
68
73
needs : main
69
74
runs-on : ubuntu-latest
79
84
with :
80
85
node-version : 14
81
86
87
+ # Ideally done by actions/setup-node: https://github.com/actions/setup-node/issues/213
88
+ - name : Setup package manager
89
+ run :
npm install -g [email protected]
90
+
82
91
- name : 📥 Download deps
83
92
uses : bahmutov/npm-install@v1
84
93
with :
Original file line number Diff line number Diff line change 70
70
"kcd-scripts" : " ^11.0.0" ,
71
71
"typescript" : " ^4.1.2"
72
72
},
73
+ "overrides" : {
74
+ "browserslist" : " 4.21.8" ,
75
+ "caniuse-lite" : " 1.0.30001502"
76
+ },
73
77
"eslintConfig" : {
74
78
"extends" : [
75
79
" ./node_modules/kcd-scripts/eslint.js" ,
You can’t perform that action at this time.
0 commit comments