Skip to content

Commit

Permalink
PMM-12314 Use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Dec 13, 2023
1 parent d0108ce commit 5eedad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Run with Node 16
- name: Run with Node 18
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "18"
cache: "yarn"
cache-dependency-path: pmm-app/yarn.lock

Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "18"
cache: "yarn"
cache-dependency-path: pmm-app/yarn.lock
env:
Expand Down

0 comments on commit 5eedad9

Please sign in to comment.