Skip to content

Commit

Permalink
chore: update node versions in ci (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit authored Sep 11, 2024
1 parent d586022 commit f52362f
Show file tree
Hide file tree
Showing 6 changed files with 13,989 additions and 21,885 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/polly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'

- name: Cache node modules
uses: actions/cache@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
node:
- 14
- 16
- 18
os:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/

- name: Cache node modules
Expand Down
Loading

0 comments on commit f52362f

Please sign in to comment.