Skip to content

Commit

Permalink
Merge pull request #55 from codenaz/chore/fix-release-please
Browse files Browse the repository at this point in the history
chore: remove node 12
  • Loading branch information
codenaz authored Mar 5, 2023
2 parents 3bb575d + 11131c3 commit 4b40ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
node-version: [16.x, 18.x, 19.x]

steps:
- name: Checkout
Expand Down

0 comments on commit 4b40ce5

Please sign in to comment.