Skip to content

Commit

Permalink
ci: Updated node version during publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
agrawal-rohit committed Dec 16, 2023
1 parent 93d16ec commit d1fbee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ jobs:
#----------------------------------------------
# Setup Node Environment
#----------------------------------------------
- name: Use NodeJs 14.x
- name: Use NodeJs 18.x
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 18.x

#----------------------------------------------
# Cache modules
Expand Down

0 comments on commit d1fbee9

Please sign in to comment.