Skip to content

Commit 79f6b4d

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run-lint.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ permissions:
1010
jobs:
1111
lint:
1212
runs-on: ubuntu-latest
13-
strategy:
14-
matrix:
15-
version: [20]
1613
steps:
1714
- name: Checkout repository
1815
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
16+
- name: Set node version
17+
uses: actions/setup-node@26961cf329f22f6837d5f54c3efd76b480300ace
18+
with:
19+
node-version: 20
1920
- name: Link Checker
2021
uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a
2122
with:

0 commit comments

Comments
 (0)