Skip to content

Commit

Permalink
chore: bump node version on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyirvo committed Apr 3, 2024
1 parent 4d087d9 commit 5d4326e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Check node_modules cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Configure Git
run: |
Expand Down

0 comments on commit 5d4326e

Please sign in to comment.