diff options
| author | Balazs Nadasdi <balazs@weave.works> | 2022-04-29 03:17:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-29 10:17:03 +0900 |
| commit | 6a44616725c8474990610b31f9b049e83c0786d4 (patch) | |
| tree | 1623a39c9dcd559937c9fd7c1d3797b28508c762 /.github | |
| parent | update changelog (diff) | |
| download | sharkey-6a44616725c8474990610b31f9b049e83c0786d4.tar.gz sharkey-6a44616725c8474990610b31f9b049e83c0786d4.tar.bz2 sharkey-6a44616725c8474990610b31f9b049e83c0786d4.zip | |
chore(deps): Update github actions to use the same version as defined in .node-version (#8563)
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: |