Skip to content

Commit

Permalink
Merge pull request #15 from bento-platform/ci/action-updates
Browse files Browse the repository at this point in the history
ci: update actions + repo links
  • Loading branch information
davidlougheed authored Jan 23, 2024
2 parents c3466d3 + fe760d8 commit 369b347
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run linter
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@ on:
push:
branches:
- main

permissions:
contents: write

jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bento-platform/Bento-Charts.git"
"url": "git+https://github.com/bento-platform/bento_charts.git"
},
"keywords": [
"Bento",
Expand All @@ -35,9 +35,9 @@
"author": "Sanjeev Lakhwani",
"license": "MIT",
"bugs": {
"url": "https://github.com/bento-platform/Bento-Charts/issues"
"url": "https://github.com/bento-platform/bento_charts/issues"
},
"homepage": "https://github.com/bento-platform/Bento-Charts#readme",
"homepage": "https://github.com/bento-platform/bento_charts#readme",
"peerDependencies": {
"leaflet": "^1.9.4",
"react": ">=16.0.0",
Expand Down

0 comments on commit 369b347

Please sign in to comment.