Skip to content

Commit 0f3f509

Browse files
committed
💚 Fix CI.
1 parent acfd5b9 commit 0f3f509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '18'
18+
node-version: '19'
1919
- uses: actions/setup-python@v3
2020
with:
2121
python-version: 3.8
@@ -28,8 +28,8 @@ jobs:
2828
run: make poetry-download
2929
- name: Install Semantic Release
3030
run: >-
31-
npm install --save-dev
32-
semantic-release
31+
npm install --location=global
32+
semantic-release@21.1.2
3333
@semantic-release/changelog
3434
@semantic-release/git
3535
@semantic-release/exec

0 commit comments

Comments
 (0)