Skip to content

Commit

Permalink
feat(ci cd): set node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpmi committed Jun 18, 2024
1 parent 8d64a57 commit 096dea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_new_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit 096dea0

Please sign in to comment.