Skip to content

Commit

Permalink
Merge pull request #241 from ixartz/semantic-release23
Browse files Browse the repository at this point in the history
chore: update semantic release to version 23 and use Node.js 20 for w…
  • Loading branch information
ixartz committed Jan 21, 2024
2 parents 0a1b398 + 2cdcc75 commit 5030018
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 123 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
test:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

name: Run all tests
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checkly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test-e2e:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

if: github.event.deployment_status.state == 'success' # Only run when the deployment was successful.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

name: Create a new release
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update:
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

name: Update all dependencies
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 5030018

Please sign in to comment.