Skip to content

Commit 6b5e03c

Browse files
github actions too
1 parent 5a3b3a4 commit 6b5e03c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-status-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Nodejs and yarn
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: "18.19.1"
22+
node-version: "20.18.0"
2323
cache: yarn
2424

2525
- name: Install dependencies
@@ -31,5 +31,5 @@ jobs:
3131
- name: Check formatting and types
3232
run: yarn type-check
3333

34-
- name: Check that versions of the package dependencies match those in yarns lock file
34+
- name: Check that versions of the package dependencies match those in yarn's lock file
3535
run: yarn file-check

0 commit comments

Comments
 (0)