Skip to content

Commit 1f8cda5

Browse files
committed
pin node version for publish
1 parent 98bcfa2 commit 1f8cda5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions/setup-node@v4
4141
with:
42-
node-version: "20"
42+
node-version: "20.11.0"
4343
registry-url: "https://registry.npmjs.org"
4444
cache: "yarn"
4545
- run: yarn install --immutable --mode=skip-build

.github/workflows/snapshot-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: "20"
52+
node-version: "20.11.0"
5353
registry-url: "https://registry.npmjs.org"
5454
cache: "yarn"
5555
- run: yarn install --immutable

0 commit comments

Comments
 (0)