e.g. here:
|
matrix: |
|
node-version: [20.x, 22.x] |
|
runs-on: ubuntu-latest |
|
steps: |
|
- uses: actions/checkout@v5 |
|
- name: Use Node.js 18.x |
|
uses: actions/setup-node@v6 |
|
with: |
|
node-version: ${{ matrix.node-version }} |
seems to be common to most of the workflows touched by this PR https://github.com/rucio/webui/pull/671/files