Skip to content

Commit e738347

Browse files
committed
Update pipeline to node 22
1 parent 2568a22 commit e738347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: '20.x'
15+
node-version: '22.x'
1616
registry-url: 'https://registry.npmjs.org'
1717
- run: npm ci
1818
- run: npm version ${GITHUB_REF#refs/tags/v} --git-tag-version=false

0 commit comments

Comments
 (0)