We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd115f3 commit fa5c3e0Copy full SHA for fa5c3e0
1 file changed
.github/workflows/publish.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v4
18
with:
19
- node-version: '18'
20
- registry-url: 'https://registry.npmjs.org'
+ node-version: "22"
+ registry-url: "https://registry.npmjs.org"
21
22
- name: Cache node modules
23
uses: actions/cache@v3
0 commit comments