Skip to content

Commit 736be4e

Browse files
committed
feat: upgrade CI Node.js version to 20
1 parent e0a116b commit 736be4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node.js
3636
uses: actions/[email protected]
3737
with:
38-
node-version: ^18
38+
node-version: ^20
3939

4040
- name: Install Dependency
4141
run: yarn install
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
strategy:
5656
matrix:
57-
node: [^16, ^18]
57+
node: [^18, ^20]
5858
steps:
5959
- uses: actions/checkout@v2
6060

@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up Node.js
8585
uses: actions/setup-node@v3
8686
with:
87-
node-version: ^18
87+
node-version: ^20
8888

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

0 commit comments

Comments
 (0)