Skip to content

Commit

Permalink
feat: upgrade CI Node.js version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 27, 2024
1 parent e0a116b commit 736be4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: ^18
node-version: ^20

- name: Install Dependency
run: yarn install
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [^16, ^18]
node: [^18, ^20]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ^18
node-version: ^20

- name: Run semantic-release
if: github.repository == 'node-casbin/typeorm-adapter' && github.event_name == 'push'
Expand Down

0 comments on commit 736be4e

Please sign in to comment.