File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 verify :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-latest-large
1212
1313 strategy :
1414 fail-fast : false # dont have failures in one node version cancel tests in another
1515 matrix :
1616 node-version : [20.x] # TODO: add 22.x after upgrade to backstage 1.33 https://github.com/backstage/backstage/issues/27626#issuecomment-2476133326
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020 with :
2121 fetch-depth : ' 0'
2222
2323 - name : Use Node.js ${{ matrix.node-version }}
24- uses : actions/setup-node@v4
24+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2525 with :
2626 node-version : ${{ matrix.node-version }}
2727
Original file line number Diff line number Diff line change 1- * @ segmentio/dg-devex-team
1+ * @ segmentio/backstage-maintainers
You can’t perform that action at this time.
0 commit comments