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 c649693 commit 594eed8Copy full SHA for 594eed8
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Setup Node.js
55
uses: actions/setup-node@v3
56
with:
57
- node-version: 16
+ node-version: 20
58
59
- name: Fetch Previous version
60
id: get-previous-tag
.github/workflows/ci.yml
@@ -33,6 +33,10 @@ jobs:
33
steps:
34
35
- uses: actions/checkout@v2
36
+ - name: Setup Node.js
37
+ uses: actions/setup-node@v3
38
+ with:
39
40
- name: Run semantic-release
41
if: github.repository == 'casbin/zap-logger' && github.event_name == 'push'
42
run: |
0 commit comments