We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e97b8af + a432164 commit 352b700Copy full SHA for 352b700
1 file changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v5
24
25
- name: Setup Node.js
26
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
27
with:
28
node-version: "18"
29
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
registry-url: "https://registry.npmjs.org"
@@ -125,7 +125,7 @@ jobs:
125
126
127
128
129
130
131
registry-url: "https://npm.pkg.github.com"
0 commit comments