Skip to content

Commit 72ecd76

Browse files
authored
fix: update CI script versions
1 parent 8a8e346 commit 72ecd76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.6, 3.7, 3.8, 3.9]
14+
python-version: [3.9, 3.10, 3.11]
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: '16'
81+
node-version: '18'
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.8
89+
python-version: 3.10
9090

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

0 commit comments

Comments
 (0)