Skip to content

Commit b741b0d

Browse files
authored
chore(ci): upgrade node action
1 parent 81955ff commit b741b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-node@v4
19+
- uses: actions/setup-node@v6
2020
with:
21-
node-version: '22.x'
21+
node-version: 22
2222
- run: npm ci
2323
- run: npm run lint
2424
- run: npm run build

0 commit comments

Comments
 (0)