Skip to content

Commit

Permalink
ci: update build and publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cherfia committed Jan 9, 2025
1 parent 9543f55 commit 0d43d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "22"
registry-url: "https://registry.npmjs.org"
- name: Install commitlint
run: yarn add conventional-changelog-conventionalcommits commitlint@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "22"
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 0d43d30

Please sign in to comment.