We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ad9c0 commit 66a980dCopy full SHA for 66a980d
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
14
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # 4.0.3
15
with:
16
- node-version: "20"
+ node-version: "22"
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm ci
19
- run: npm test
0 commit comments