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 d7d5743 + 351b1a7 commit 10b4cb1Copy full SHA for 10b4cb1
2 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Setup Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
@@ -46,7 +46,7 @@ jobs:
46
47
48
- name: Setup Node.js
49
50
51
node-version: '20.x'
52
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
24
registry-url: 'https://registry.npmjs.org'
0 commit comments