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 4e810c8 + 5d84927 commit 623c978Copy full SHA for 623c978
.github/workflows/backend-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
path: ./plugin
28
-
29
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
30
31
node-version: 20
32
- uses: pnpm/action-setup@v3
.github/workflows/npmpublish.yml
@@ -24,7 +24,7 @@ jobs:
24
25
uses: actions/checkout@v4
@@ -76,7 +76,7 @@ jobs:
76
77
fetch-depth: 0
78
79
80
81
82
registry-url: https://registry.npmjs.org/
0 commit comments