Skip to content

Commit

Permalink
Update publish-native-assets-to-github-releases.yml
Browse files Browse the repository at this point in the history
Remove 20 from Github Actions.
  • Loading branch information
paulrutter authored Oct 26, 2023
1 parent cafc398 commit 1f03910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 17.x, 18.x, 20.x]
node-version: [16.x, 17.x, 18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1f03910

Please sign in to comment.