Skip to content
Snippets Groups Projects
Unverified Commit 6a446167 authored by Balazs Nadasdi's avatar Balazs Nadasdi Committed by GitHub
Browse files

chore(deps): Update github actions to use the same version as defined in .node-version (#8563)

parent 9fe04520
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
cache-dependency-path: |
packages/backend/yarn.lock
......@@ -31,7 +31,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
cache-dependency-path: |
packages/client/yarn.lock
......
......@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
services:
postgres:
......@@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.x]
node-version: [18.x]
browser: [chrome]
services:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment