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 e999d72 + 49bec5a commit a83b354Copy full SHA for a83b354
.github/workflows/npm-build.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v5
26
27
- name: Setup Node.js ${{ matrix.node-version }}
28
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
29
with:
30
node-version: ${{ matrix.node-version }}
31
cache: 'npm'
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
0 commit comments