Skip to content

Commit 66a980d

Browse files
committed
Upgrade release script to use Node 22 for fs.globSync
1 parent d5ad9c0 commit 66a980d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 4.1.7
1414
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # 4.0.3
1515
with:
16-
node-version: "20"
16+
node-version: "22"
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm test

0 commit comments

Comments
 (0)