Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #112 from planetf1/issue108a
Browse files Browse the repository at this point in the history
#108 revert incorrect update to package-lock.json
  • Loading branch information
sarbull committed Mar 20, 2021
2 parents 3e92861 + a7aaaa4 commit a84d5af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 30 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
# Polymer requires Node 10 LTS (not 12,14)
node-version: "10"
- name: Report npm and node version
run: |
node -v
npm -v
- name: Install Dependencies
run: npm install
- name: Lint
Expand Down
41 changes: 11 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a84d5af

Please sign in to comment.