Skip to content

Commit

Permalink
Disable compile cache for publish (#2729)
Browse files Browse the repository at this point in the history
* Disable compile cache for publish

* Remove NodeJS version from step name

Co-authored-by: Andy Waite <[email protected]>

---------

Co-authored-by: Andy Waite <[email protected]>
  • Loading branch information
vinistock and andyw8 authored Oct 16, 2024
1 parent 5ec5b4b commit d351687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
name: Checkout

- uses: actions/setup-node@v4
name: Use Node.js 18.x
name: Use Node.js
env:
DISABLE_V8_COMPILE_CACHE: "1"
with:
node-version: "20.9"
cache: "yarn"
Expand Down

0 comments on commit d351687

Please sign in to comment.