Skip to content

Commit

Permalink
bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Nov 26, 2024
1 parent 09b6bad commit 837a1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
- name: pnpm install, build,
run: |
mkdir ~/.ssh
Expand Down

0 comments on commit 837a1b3

Please sign in to comment.