Skip to content

Commit

Permalink
feat: updated release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Venipa committed Oct 25, 2024
1 parent 6b8fbf1 commit 50e62b1
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 @@ -11,8 +11,8 @@ jobs:
# Platforms to build on/for
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-12]
node-version: [20.15.0]
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [20.18.0]

steps:
- name: Check out Git repository
Expand Down

0 comments on commit 50e62b1

Please sign in to comment.