Skip to content

Commit d3a1ca2

Browse files
ci: fix again
1 parent 0a297e4 commit d3a1ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/measure-many-random-missing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: lts/*
40+
node-version: 14.x
4141
cache: "yarn"
4242
- name: Yarn
4343
uses: nick-invision/retry@v3

.github/workflows/measure-random-missing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: lts/*
16+
node-version: 14.x
1717
cache: "yarn"
1818
- name: Yarn
1919
uses: nick-invision/retry@v3

0 commit comments

Comments
 (0)