LOTP

actions/setup-node

config-file eval-js

References

actions/setup-node is used to set up a node environment. It supports a cache flag that calls npm or yarn under the hood to cache dependencies.

    - uses: actions/setup-node@v4
      with:
        cache: yarn

Then see yarn. Modification to poc.js can make this step pass without error.