This repository was archived by the owner on Apr 7, 2025. It is now read-only.
File tree 5 files changed +3105
-6004
lines changed
5 files changed +3105
-6004
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v1
23
23
with :
24
- node-version : 12
24
+ node-version : 16
25
25
26
26
- name : Cache node_modules
27
27
id : cache-node
@@ -110,7 +110,7 @@ jobs:
110
110
- name : Setup node
111
111
uses : actions/setup-node@v1
112
112
with :
113
- node-version : 12
113
+ node-version : 16
114
114
115
115
- name : Cache node_modules
116
116
id : cache-node
@@ -156,7 +156,7 @@ jobs:
156
156
- name : Setup Node.js
157
157
uses : actions/setup-node@v1
158
158
with :
159
- node-version : 12
159
+ node-version : 16
160
160
161
161
- name : Cache node_modules
162
162
id : cache-node
@@ -170,7 +170,7 @@ jobs:
170
170
${{ runner.os }}-${{ env.cache-name }}-
171
171
172
172
- name : Install dependencies
173
- run : yarn install --frozen-lockfile
173
+ run : yarn install --frozen-lockfile
174
174
175
175
- name : Run Jest
176
176
run : yarn run test
Original file line number Diff line number Diff line change 25
25
- name : Setup Node.js
26
26
uses : actions/setup-node@v1
27
27
with :
28
- node-version : 12
28
+ node-version : 16
29
29
30
30
- name : Download Cached Deps
31
31
id : cache-node-modules
@@ -123,10 +123,10 @@ jobs:
123
123
env :
124
124
# Use nr-opensource-bot for authoring commits done by
125
125
# semantic-release (rather than using @semantic-release-bot)
126
- GIT_AUTHOR_NAME : " nr-opensource-bot"
127
- GIT_AUTHOR_EMAIL :
" [email protected] "
128
- GIT_COMMITTER_NAME : " nr-opensource-bot"
129
- GIT_COMMITTER_EMAIL :
" [email protected] "
126
+ GIT_AUTHOR_NAME : ' nr-opensource-bot'
127
+ GIT_AUTHOR_EMAIL :
' [email protected] '
128
+ GIT_COMMITTER_NAME : ' nr-opensource-bot'
129
+ GIT_COMMITTER_EMAIL :
' [email protected] '
130
130
GITHUB_TOKEN : ${{ secrets.OPENSOURCE_BOT_TOKEN }}
131
131
run : npx semantic-release@^18.0.0
132
132
@@ -154,5 +154,3 @@ jobs:
154
154
}
155
155
})
156
156
console.log("Result:", result)
157
-
158
-
Original file line number Diff line number Diff line change 1
- 12
1
+ 16
Original file line number Diff line number Diff line change 29
29
"js-search" : " ^2.0.0" ,
30
30
"lodash" : " ^4.17.21" ,
31
31
"marked" : " ^2.0.0" ,
32
- "node-sass" : " ^4.14 .1" ,
32
+ "node-sass" : " ^6.0 .1" ,
33
33
"prism-react-renderer" : " ^1.2.0" ,
34
34
"prop-types" : " ^15.7.2" ,
35
35
"react" : " ^17.0.2" ,
You can’t perform that action at this time.
0 commit comments