GitHub Actions
This code tells Puppet to use the actions/setup-node action with the node-version setting of 16.x.
Shortcut: step.install_node
Filename pattern: .github/workflows/*.yml
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 16.x