Skip to content

Commit 1487c60

Browse files
committed
chore: update node version in github action
1 parent beceb61 commit 1487c60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ permissions:
1010
jobs:
1111
lint:
1212
runs-on: ubuntu-latest
13+
strategy:
14+
matrix:
15+
version: [20]
1316
steps:
1417
- name: Checkout repository
1518
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

0 commit comments

Comments
 (0)