Skip to content

Commit

Permalink
Update node-version to 20 for ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tasoskakour committed Jan 12, 2025
1 parent 0fa99d5 commit a1ba3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand All @@ -31,7 +31,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"

- name: 📥 Download deps
Expand Down

0 comments on commit a1ba3ec

Please sign in to comment.