Skip to content

Commit c76d975

Browse files
Update dependency node to v22 (#194)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian Amhof <[email protected]>
1 parent 063bf8c commit c76d975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1212
with:
13-
node-version: '18.x'
13+
node-version: '22.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: yarn install --frozen-lockfile
1616
- run: yarn version --new-version ${{ github.event.release.tag_name }} --no-git-tag-version

0 commit comments

Comments
 (0)