Skip to content

Commit

Permalink
Chore: use package lock (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaclennan committed May 8, 2020
1 parent 0474276 commit 54e4fdc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
config:
config:
- { os: macos-latest, arch: x64, name: macos-latest }
- { os: ubuntu-latest, arch: x64, name: ubuntu-latest }
- { os: windows-latest, arch: x64, name: windows-latest }
Expand All @@ -26,12 +26,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.4
architecture: ${{matrix.config.arch}}
- name: npm install
architecture: ${{matrix.config.arch}}
- name: npm ci
run: |
npm install
npm ci
env:
npm_config_arch: ${{matrix.config.arch}}
npm_config_arch: ${{matrix.config.arch}}
- name: Lint
run: |
npm run lint
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock=false
package-lock=true
2 changes: 1 addition & 1 deletion package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
"html-react-parser": "^0.9.1",
"id-mapeo": "^3.2.1",
"insert-css": "^1.0.0",
"kappa-core": "^4.0.0",
"kappa-osm": "^3.0.0",
"ky": "^0.14.0",
"level": "^5.0.0",
"lodash": "^4.17.4",
"mapbox-gl": "^1.4.1",
"mapeo-server": "^17.0.1",
Expand All @@ -103,6 +106,7 @@
"osm-p2p": "^5.1.0",
"osm-p2p-server": "v6.0.0",
"pump": "^1.0.3",
"random-access-file": "^2.1.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-error-boundary": "^1.2.5",
Expand All @@ -118,11 +122,7 @@
"tar-fs": "^1.16.0",
"through2": "^2.0.5",
"utm": "^1.1.1",
"yazl": "^2.5.1",
"kappa-core": "^4.0.0",
"kappa-osm": "^3.0.0",
"level": "^5.0.0",
"random-access-file": "^2.1.0"
"yazl": "^2.5.1"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
Expand Down

0 comments on commit 54e4fdc

Please sign in to comment.