Skip to content

Commit

Permalink
chore(deps): bump Node version (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Dec 30, 2023
1 parent cb4d8da commit 2aabdfa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ name: Publish release

on:
push:
branches: [ dev ]
branches: [dev]

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: buckram
extra-files: |
assets/styles/buckram.scss
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
18
8 changes: 6 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"prerelease": false,
"package-name": "buckram",
"extra-files": [
"assets/styles/buckram.scss"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}

0 comments on commit 2aabdfa

Please sign in to comment.