Skip to content

Commit 4b68296

Browse files
committed
fixup! fixup! fixup! fixup! Bump Node/Npm
1 parent 5c5f692 commit 4b68296

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ jobs:
5757

5858
strategy:
5959
matrix:
60-
node-versions: [14]
60+
node-version: [14]
6161
npm-version: [7]
6262

63-
name: eslint node${{ matrix.node-versions }}
63+
name: eslint node${{ matrix.node-version }}
6464
steps:
6565
- uses: actions/checkout@v2
6666

67-
- name: Set up node ${{ matrix.node-versions }}
67+
- name: Set up node ${{ matrix.node-version }}
6868
uses: actions/setup-node@v2
6969
with:
70-
node-version: ${{ matrix.node-versions }}
70+
node-version: ${{ matrix.node-version }}
7171

7272
- name: Set up npm${{ matrix.npm-version }}
7373
run: npm i -g npm@${{ matrix.npm-version }}
@@ -83,17 +83,17 @@ jobs:
8383

8484
strategy:
8585
matrix:
86-
node-versions: [14]
86+
node-version: [14]
8787
npm-version: [7]
8888

89-
name: stylelint node${{ matrix.node-versions }}
89+
name: stylelint node${{ matrix.node-version }}
9090
steps:
9191
- uses: actions/checkout@v2
9292

93-
- name: Set up node ${{ matrix.node-versions }}
93+
- name: Set up node ${{ matrix.node-version }}
9494
uses: actions/setup-node@v2
9595
with:
96-
node-version: ${{ matrix.node-versions }}
96+
node-version: ${{ matrix.node-version }}
9797

9898
- name: Set up npm${{ matrix.npm-version }}
9999
run: npm i -g npm@${{ matrix.npm-version }}

0 commit comments

Comments
 (0)