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.
2 parents 6af6f24 + caa2e0c commit 9a7c46eCopy full SHA for 9a7c46e
.github/workflows/on-pull-request.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
.github/workflows/on-push-master.yml
@@ -18,7 +18,7 @@ jobs:
22
23
24
0 commit comments