We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c84491 commit bd1b9abCopy full SHA for bd1b9ab
.github/workflows/integration-testing.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install pnpm
21
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
+ uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
24
with:
25
node-version: ${{ matrix.node-version }}
26
cache: 'pnpm'
0 commit comments