We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b2b9bd + 0baa679 commit e105b61Copy full SHA for e105b61
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@v4
+ uses: actions/setup-node@v5
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