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 ef2bd43 commit 38cec56Copy full SHA for 38cec56
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
13
- name: Use Node.js ${{ matrix.node-version }}
14
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
+ uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
15
with:
16
node-version: ${{ matrix.node-version }}
17
cache: 'npm'
0 commit comments