Skip to content

Commit 2f91fbc

Browse files
committed
fix: update CI version to Node.js 20
1 parent f7851f8 commit 2f91fbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: ['3.9', '3.10', '3.11']
14+
python-version: ['3.10', '3.11', '3.12']
1515
os: [ubuntu-latest]
1616

1717
steps:
@@ -78,15 +78,15 @@ jobs:
7878
- name: Setup Node.js
7979
uses: actions/setup-node@v2
8080
with:
81-
node-version: '18'
81+
node-version: '20'
8282

8383
- name: Setup
8484
run: npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi
8585

8686
- name: Set up python
8787
uses: actions/setup-python@v2
8888
with:
89-
python-version: '3.10'
89+
python-version: '3.11'
9090

9191
- name: Install setuptools
9292
run: python -m pip install --upgrade setuptools wheel twine

0 commit comments

Comments
 (0)