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 1f1267e commit bcfef44Copy full SHA for bcfef44
.github/workflows/build-plugin.yml
@@ -24,7 +24,7 @@ jobs:
24
repository: ${{ github.event.pull_request.head.repo.full_name }}
25
26
- name: Use Node.js
27
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
28
with:
29
node-version: 22.x
30
.github/workflows/run-plugin-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
15
16
17
18
- name: Install dependencies
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v5
31
32
33
34
0 commit comments