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 8e31c39 + 973de12 commit fd15e79Copy full SHA for fd15e79
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v6
14
- name: Use Node.js
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
16
with:
17
node-version: '20'
18
cache: 'npm'
.github/workflows/publish.yml
uses: actions/checkout@v6
node-version: '18'
registry-url: 'https://registry.npmjs.org'
0 commit comments