Skip to content

Commit 122941d

Browse files
committed
chore: update components-dev-dependencies
1 parent dadff0a commit 122941d

File tree

3 files changed

+62
-85
lines changed

3 files changed

+62
-85
lines changed

.github/workflows/unit-tests.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ jobs:
5050
uses: actions/checkout@v2
5151

5252
- name: Install global npm dependencies
53-
# magi-cli, bower and polymer-modulizer are needed to run the Polymer 3 conversion step
54-
# web-component-tester is needed to run the test step
53+
# bower and polymer-modulizer are needed to run the Polymer 3 conversion step
5554
run: "npm install --quiet --no-progress --global bower polymer-modulizer"
5655

5756
- name: Convert the source code to Polymer 3
@@ -60,12 +59,6 @@ jobs:
6059
git config --local user.name "github-actions[bot]"
6160
npx magi p3-convert --out . --import-style=name
6261
63-
# Using yarn instead of npm here to check that the dependency tree does not have two
64-
# versions of the same component. With P2 / Bower that is checked automatically, but
65-
# with P3 / npm it is not.
66-
- name: Install project npm dependencies
67-
run: "yarn install --flat"
68-
6962
# workaround for running tests on Android on SauceLabs (see wct.conf.js)
7063
- name: Add 'localhost-for-saucelabs' to /etc/hosts
7164
run: echo "127.0.0.1 localhost-for-saucelabs" | sudo tee -a /etc/hosts

package-lock.json

+60-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"preversion": "magi update-version"
4444
},
4545
"devDependencies": {
46-
"@vaadin/vaadin-component-dev-dependencies": "^3.0.0"
46+
"@vaadin/vaadin-component-dev-dependencies": "vaadin/vaadin-component-dev-dependencies#feat/lockfile"
4747
}
4848
}

0 commit comments

Comments
 (0)