1 parent 441db61 commit 348db34Copy full SHA for 348db34
1 file changed
.github/workflows/release-and-publish-to-npm.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- uses: actions/setup-node@v4
25
with:
26
- node-version: 'lts/*'
+ node-version: '22'
27
registry-url: 'https://registry.npmjs.org'
28
cache: 'yarn'
29
0 commit comments