Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
🐛 Remove unsupported node version from publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
llouka committed Oct 19, 2022
1 parent 64887ad commit c62a040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
version: [12, 14, 16, 18]
version: [14, 16, 18]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c62a040

Please sign in to comment.