Merge remote-tracking branch 'upstream/master' into art/bump-2024.7.0
This commit is contained in:
commit
9639ad8bab
591 changed files with 34821 additions and 18418 deletions
8
.github/workflows/test-misskey-js.yml
vendored
8
.github/workflows/test-misskey-js.yml
vendored
|
|
@ -8,7 +8,9 @@ on:
|
|||
branches: [ art/dev ]
|
||||
pull_request:
|
||||
branches: [ art/dev ]
|
||||
|
||||
paths:
|
||||
- packages/misskey-js/**
|
||||
- .github/workflows/test-misskey-js.yml
|
||||
jobs:
|
||||
test:
|
||||
|
||||
|
|
@ -16,7 +18,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.12.2]
|
||||
node-version: [20.16.0]
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
steps:
|
||||
|
|
@ -26,7 +28,7 @@ jobs:
|
|||
- run: corepack enable
|
||||
|
||||
- name: Setup Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4.0.2
|
||||
uses: actions/setup-node@v4.0.3
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
cache: 'pnpm'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue