Skip to content

Commit

Permalink
Fix: CI - remove hard-coded nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomognosis committed May 16, 2024
1 parent 2fdc559 commit 5751549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dev_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20.12.1

- name: Install
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.14.0

- name: Install
run: |
Expand Down

0 comments on commit 5751549

Please sign in to comment.