Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
chore: run main action for node 12x only
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasegar committed Aug 19, 2021
1 parent ecf1965 commit 56df9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 56df9a2

Please sign in to comment.