We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078761d commit 62a57fcCopy full SHA for 62a57fc
Jenkinsfile
@@ -12,7 +12,7 @@ node("primary") {
12
}
13
14
stage("dependencies") {
15
- sh "yarn install"
+ sh "yarn install --frozen-lockfile"
16
17
18
stage("stamp") {
package.json
@@ -24,8 +24,8 @@
24
"license": "Apache-2.0",
25
"devDependencies": {
26
"@ephox/agar": "^5.1.1",
27
- "@ephox/bedrock-client": "^9.6.1",
28
- "@ephox/bedrock-server": "^9.6.3",
+ "@ephox/bedrock-client": "^11.0.0",
+ "@ephox/bedrock-server": "^11.0.2",
29
"@ephox/katamari": "^7.1.1",
30
"@ephox/sugar": "^7.0.3",
31
"@ephox/swag": "^4.3.1",
0 commit comments