mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
chore: replace node 17 with 18 in CI matrix (#7211)
This commit is contained in:
parent
20f333bb50
commit
7f98cc6a78
|
|
@ -30,9 +30,9 @@ jobs:
|
|||
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # v1
|
||||
uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # v2
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 # v1
|
||||
uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 # v2
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['14', '16', '17']
|
||||
node: ['14', '16', '18']
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['14', '16', '17']
|
||||
node: ['14', '16', '18']
|
||||
steps:
|
||||
- name: Support longpaths
|
||||
run: git config --system core.longpaths true
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['14', '16', '17']
|
||||
node: ['14', '16', '18']
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue