We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent 47cd9a6 commit b7d0536Copy full SHA for b7d0536
.github/workflows/CI.yml
@@ -13,13 +13,13 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
with:
18
fetch-depth: 1
19
- name: Install Node.js
20
uses: actions/setup-node@v3
21
22
- node: 16.x
+ node: 20.x
23
- name: Install Packages
24
run: npm install
25
- name: Lint
@@ -32,7 +32,7 @@ jobs:
32
matrix:
33
os: [ubuntu-latest, windows-latest, macOS-latest]
34
eslint: [8.x, 7.x]
35
- node: [18.x]
+ node: [18.x, 20.x]
36
include:
37
# run on node lts(ubuntu-latest)
38
- os: ubuntu-latest
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ${{ matrix.os }}
45
46
47
48
49
50
- name: Install Node.js ${{ matrix.node }}
0 commit comments