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

Commit d44a1b0

Browse files
committed
build: Update GitHub Actions workflows to use latest versions of actions/checkout and actions/setup-node
1 parent 52a5fa3 commit d44a1b0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
working-directory: linters/typescript
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
20-
with:
21-
fetch-depth: 0
19+
uses: actions/checkout@v4
2220
- name: Setup Node.js
23-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2422
with:
25-
node-version: 'lts/*'
23+
node-version: '20'
2624
- name: Install dependencies
2725
run: npm ci
2826
- name: Run tests

0 commit comments

Comments
 (0)