Skip to content

Commit 844557a

Browse files
authored
chore: run version-specific CI jobs on Node 18 (#260)
1 parent 951d208 commit 844557a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434
- uses: actions/setup-node@v3
3535
with:
36-
node-version: "16.x"
36+
node-version: "18.x"
3737
- run: npm install
3838
- run: npm run lint
3939

@@ -43,18 +43,18 @@ jobs:
4343
- uses: actions/checkout@v3
4444
- uses: actions/setup-node@v3
4545
with:
46-
node-version: "16.x"
46+
node-version: "18.x"
4747
- run: npm install
4848
- run: npm install --save-dev eslint@6
4949
- run: npm test
50-
50+
5151
eslint7:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v3
5555
- uses: actions/setup-node@v3
5656
with:
57-
node-version: "16.x"
57+
node-version: "18.x"
5858
- run: npm install
5959
- run: npm install --save-dev eslint@7
6060
- run: npm test

0 commit comments

Comments
 (0)