Skip to content

Commit 013f196

Browse files
committed
Remove node 20 from GitHub actions
1 parent 10be56a commit 013f196

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/linting.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,13 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
19-
with:
20-
node-version: 20
2119
- run: npm install --only=dev
2220
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2321
vale:
2422
runs-on: ubuntu-latest
2523
steps:
2624
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2725
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
28-
with:
29-
node-version: 20
3026
- name: Install mdx2vast for MDX support
3127
run: npm install -g mdx2vast
3228
- name: Verify Vale setup

0 commit comments

Comments
 (0)