We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab9840 commit 32a2e68Copy full SHA for 32a2e68
1 file changed
.github/workflows/main.yml
@@ -12,9 +12,9 @@ jobs:
12
matrix:
13
node-version: [^20, ^22]
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
16
17
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: yarn install
@@ -32,7 +32,7 @@ jobs:
32
needs: [test]
33
runs-on: ubuntu-latest
34
35
36
37
- name: Run semantic-release
38
if: github.repository == 'casbin/node-casbin' && github.event_name == 'push'
0 commit comments