Skip to content

Commit

Permalink
ci: use same semantic release versions as in modelix.core
Browse files Browse the repository at this point in the history
The 'release' workflow doesn't create any releases. This is an attempt
to fix it.
  • Loading branch information
slisson committed Mar 4, 2024
1 parent 5697abd commit 47f6390
Show file tree
Hide file tree
Showing 4 changed files with 2,826 additions and 3,052 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dry-run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Cache Node packages
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Cache Node packages
uses: actions/cache@v4
with:
Expand Down
Loading

0 comments on commit 47f6390

Please sign in to comment.