Skip to content

Commit

Permalink
ci(node): release via node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrooger committed May 10, 2024
1 parent a1ffb36 commit c767571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 20
- name: Use Node.js 22
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
cache: npm
- run: npm ci
- run: npm run semantic-release
Expand Down

0 comments on commit c767571

Please sign in to comment.