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

This commit is contained in:
Balazs Nadasdi 2022-04-29 03:17:03 +02:00 committed by GitHub
parent 9fe0452016
commit 6a44616725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
submodules: true submodules: true
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 18.x
cache: 'yarn' cache: 'yarn'
cache-dependency-path: | cache-dependency-path: |
packages/backend/yarn.lock packages/backend/yarn.lock
@ -31,7 +31,7 @@ jobs:
submodules: true submodules: true
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16.x node-version: 18.x
cache: 'yarn' cache: 'yarn'
cache-dependency-path: | cache-dependency-path: |
packages/client/yarn.lock packages/client/yarn.lock

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [16.x] node-version: [18.x]
services: services:
postgres: postgres:
@ -57,7 +57,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: [16.x] node-version: [18.x]
browser: [chrome] browser: [chrome]
services: services: