Skip to content

Commit

Permalink
fix: set Node version 18 in semantic-release (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
imp2002 authored Feb 4, 2023
1 parent b2b976c commit 686452d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'

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

0 comments on commit 686452d

Please sign in to comment.