Skip to content

Commit

Permalink
ci: change node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jan 15, 2024
1 parent f8fc516 commit c48a230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: |
npm ci
npx nx build api -c=production
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js 18.x
uses: actions/setup-node@v2
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20
- run: npx -y semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit c48a230

Please sign in to comment.