Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0d226a2

Browse files
authored
chore: use node v16 for linting (#100)
1 parent c1c9a05 commit 0d226a2

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
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
node-version: [12.x]
26+
node-version: [16.x]
2727

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

0 commit comments

Comments
 (0)