diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9da27f4678..4e42fa9314 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d57d85c874..2d858daa7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |