Skip to content

Commit

Permalink
Update node version for system tests CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Oct 24, 2023
1 parent d3ba969 commit 6b87a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "18.x"
cache: "yarn"
cache-dependency-path: system-tests/yarn.lock

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14.x"
node-version: "18.x"
cache: "yarn"
cache-dependency-path: system-tests/yarn.lock

Expand Down

0 comments on commit 6b87a7d

Please sign in to comment.