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 7e84139 commit caa2e0cCopy full SHA for caa2e0c
.github/workflows/on-pull-request.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v3
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