Skip to content

Commit 13054db

Browse files
authored
ci: use node 16 for lint job (#4058)
1 parent 75f3817 commit 13054db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

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

2727
runs-on: ${{ matrix.os }}
2828

0 commit comments

Comments
 (0)