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 3c42953 commit e69a359Copy full SHA for e69a359
.github/workflows/build-docs.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
25
- name: Setup Node
26
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
27
with:
28
node-version: '14.x'
29
.github/workflows/build-themes.yml
@@ -25,7 +25,7 @@ jobs:
ref: ${{ github.ref }}
30
31
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
registry-url: 'https://registry.npmjs.org/'
0 commit comments