Skip to content

Commit

Permalink
pin node version for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 4, 2024
1 parent 98bcfa2 commit 1f8cda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "20.11.0"
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn install --immutable --mode=skip-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-release.yml
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "20.11.0"
registry-url: "https://registry.npmjs.org"
cache: "yarn"
- run: yarn install --immutable
Expand Down

0 comments on commit 1f8cda5

Please sign in to comment.