Skip to content

Commit

Permalink
Merge pull request #239 from amclin/dependabot/npm_and_yarn/semantic-…
Browse files Browse the repository at this point in the history
…release/github-9.2.4

chore(deps-dev): bump @semantic-release/github from 8.0.7 to 9.2.4
  • Loading branch information
amclin authored Dec 1, 2023
2 parents 5b86df8 + 195ed22 commit 5456e8a
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 1,180 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 'lts/*'
- run: npm ci
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

strategy:
matrix:
node-version: ['16']
node-version: ['lts/*']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
Loading

0 comments on commit 5456e8a

Please sign in to comment.