1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 07:49:22 -05:00

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

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
.github/workflows

View file

@ -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

View file

@ -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: