Skip to content

Commit

Permalink
Merge branch 'fr-141' of github.com:DataCloud-project/SIM-PIPE into f…
Browse files Browse the repository at this point in the history
…r-141
  • Loading branch information
goranbs committed Apr 11, 2024
2 parents e1aa9f3 + 650c71a commit 78a4292
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 21
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 21
node-version: 20
cache: "npm"
cache-dependency-path: "./controller/package-lock.json"

Expand All @@ -43,10 +43,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: "./frontend/package-lock.json"

Expand Down

0 comments on commit 78a4292

Please sign in to comment.