Skip to content

Commit

Permalink
ci(workflow): update node version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Jul 15, 2024
1 parent ec6e92d commit ff385ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
version: 9
run_install: false

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
version: 9
run_install: false

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
version: 9
run_install: false

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
version: 9
run_install: false

- name: Install Node v16
- name: Install Node v18
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'

- name: Install dependencies
Expand Down

0 comments on commit ff385ca

Please sign in to comment.