Skip to content

Commit f2111d0

Browse files
authored
chore: github actions to latest versions
1 parent 62a94a3 commit f2111d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codechecks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- uses: actions/setup-node@v1
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 18
12+
node-version: 20
1313
- run: npm ci
1414
- run: npx nx run-many -t test lint

0 commit comments

Comments
 (0)