Skip to content

Commit

Permalink
chore: bump to node 18
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum supported node is now 18
  • Loading branch information
connorjclark committed Dec 14, 2023
1 parent 00b2c91 commit 17e87ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 16.x
- name: Use Node.js 18.16
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.16
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
Expand Down Expand Up @@ -71,10 +71,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 16.x
- name: Use Node.js 18.16
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.16
cache: yarn
- name: Configure Environment
run: |-
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci autorun
Expand Down

0 comments on commit 17e87ea

Please sign in to comment.