Skip to content

Commit

Permalink
ci: update versions node
Browse files Browse the repository at this point in the history
  • Loading branch information
mbehr1 committed Feb 11, 2025
1 parent dc10368 commit 98552cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Commitlint
uses: wagoid/commitlint-github-action@v2
- name: Setup Node.js
uses: actions/setup-node@v1
uses: wagoid/commitlint-github-action@v5
- name: Setup Node.js lts
uses: actions/setup-node@v3
with:
node-version: 12
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit 98552cd

Please sign in to comment.