Skip to content

Commit

Permalink
Update Node.js version to 19.x in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonary committed Dec 12, 2023
1 parent 8930159 commit 4729be1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node.js v20
- name: Setup Node.js v19
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 19.x
cache: "npm"
cache-dependency-path: 'backend/package-lock.json'

Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node.js v20
- name: Setup Node.js v19
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 19.x
cache: "npm"
cache-dependency-path: 'frontend/package-lock.json'

Expand Down

0 comments on commit 4729be1

Please sign in to comment.