We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42c733 commit c5127b0Copy full SHA for c5127b0
1 file changed
.github/workflows/release.yml
@@ -28,8 +28,7 @@ jobs:
28
29
- uses: actions/setup-node@v4
30
with:
31
- node-version: '20'
32
- registry-url: 'https://registry.npmjs.org'
+ node-version: '22'
33
34
- name: Install dependencies
35
run: npm install
0 commit comments