Skip to content

Commit dd72a68

Browse files
committed
Pin exact Node.js version number
1 parent edcf040 commit dd72a68

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
node:
43-
- 14
43+
- "v14.19.2"
4444
platform:
4545
- ubuntu-latest
4646
- macos-latest
4747
- windows-latest
4848

49-
name: "${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
49+
name: "${{matrix.platform}} w/ Node.js 14.x"
5050
runs-on: ${{matrix.platform}}
5151
needs: chore
5252

5353
steps:
5454
- uses: actions/checkout@v3
5555

56-
- name: "Use Node.js ${{matrix.node}}.x"
56+
- name: "Use Node.js ${{matrix.node}}"
5757
uses: actions/setup-node@v3
5858
with:
59-
node-version: ${{matrix.node}}.x
59+
node-version: ${{matrix.node}}
6060

6161
- run: corepack yarn install --immutable
6262
- run: corepack yarn build # We need the stubs to run the tests

0 commit comments

Comments
 (0)