Skip to content

Commit b76cb03

Browse files
committed
ci: upgrade workflows to node 18
1 parent ac8e1c2 commit b76cb03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- name: Use Node.js 12
14+
- name: Use Node.js 18
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: '12'
17+
node-version: 18
1818

1919
- run: npm ci
2020

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
node-version: [12.x, 14.x, 16.x, 18.x]
13+
node-version: [14, 16, 18]
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)