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 cc0fffb commit 9c7d455Copy full SHA for 9c7d455
.github/workflows/pull-request-build.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
20
- name: Set up Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
.github/workflows/push-build-deploy.yml
@@ -23,7 +23,7 @@ jobs:
25
26
27
28
29
0 commit comments