Skip to content

Commit

Permalink
fix: update ubuntu and node version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking authored Jul 8, 2023
1 parent b747710 commit 8d77ce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [ubuntu-18.04, macOS-latest, windows-latest]
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- name: Checkout
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Setup
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
Expand Down

0 comments on commit 8d77ce7

Please sign in to comment.