Skip to content

Commit 701bff3

Browse files
authored
ci: use node v16 for lint job (#415)
1 parent 576b781 commit 701bff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
node-version: [12.x]
23+
node-version: [16.x]
2424

2525
runs-on: ${{ matrix.os }}
2626

0 commit comments

Comments
 (0)