We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cdbf6 commit c744c12Copy full SHA for c744c12
2 files changed
.github/workflows/nodejs.yml
@@ -12,8 +12,3 @@ jobs:
12
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
13
with:
14
lint-check-types: true
15
- # Zenodo API is a little bit touchy, so we only test with old version of Node.js
16
- # More over this packages requires at least Node.js 20
17
- node-version-matrix: '[20]'
18
- secrets:
19
- env: ACCESS_TOKEN=${{ secrets.ACCESS_TOKEN }}
.travis.yml
0 commit comments