Skip to content

Commit

Permalink
chore: update lts workflows node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dimlbc committed Dec 14, 2023
1 parent d6bcb85 commit e01f984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lts-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/setup-node@v3
name: Setup node
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Install jq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lts-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v3
name: Setup node
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Install jq
Expand Down

0 comments on commit e01f984

Please sign in to comment.