We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf007ce commit 8518789Copy full SHA for 8518789
.github/workflows/NodeCI.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: actions/setup-node@v4
15
- name: Install Packages
16
run: npm install --legacy-peer-deps
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
node-version: [14.x, 16.x, 18.x, 20.x]
24
25
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
28
with:
@@ -34,7 +34,7 @@ jobs:
34
test-and-coverage:
35
36
37
38
39
40
0 commit comments