Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Sep 6, 2023
1 parent 76e9b39 commit dbb149b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ runs:
# - cache is turned off by default
# - implements the same cache recommended in the pnpm/action-setup readme
# - support for volta for node only, volta is not actually installed
# We don't want to install volta, as it turns out, because volta, as an action, hasn't been stable
# (volta is perfectly fine for local tooling management)
# In C.I., the volta-action, often produces this error:
# Please ensure the correct version is specified.
# Volta error: Error cause: failed to unpack /opt/hostedtoolcache/volta/1.1.1/x64/tmp/.tmpurLv6D/node-v16.20.0-linux-x64/bin/node
# See this issue report: https://github.com/volta-cli/action/issues/77
#
# Note also that volta's action does not have formal support for pnpm, nor its cache.
# - does not install pnpm
- name: 'Setup node and the cache for pnpm'
uses: actions/setup-node@v3
Expand Down

0 comments on commit dbb149b

Please sign in to comment.