Skip to content

Commit

Permalink
fix(/FEC-13641): Add 'patch' tag to npm versions (#753)
Browse files Browse the repository at this point in the history
* fix(/FEC-13641): Add 'patch' tag to npm versions

* fix

---------

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
  • Loading branch information
JonathanTGold and JonathanTGold authored Jan 11, 2024
1 parent c310b54 commit 4c576cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_patch_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: "20.x"

- name: Update NPM Tag
env:
Expand Down

0 comments on commit 4c576cc

Please sign in to comment.