Skip to content

Commit

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

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

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 8d64a57

Please sign in to comment.