mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-24 10:29:56 +00:00
Compare commits
2 commits
1f7f40a1d9
...
0c8253475e
Author | SHA1 | Date | |
---|---|---|---|
|
0c8253475e | ||
|
4f313af594 |
2 changed files with 3 additions and 3 deletions
4
.github/workflows/example.yml
vendored
4
.github/workflows/example.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run package
|
||||
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
|
||||
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
|
||||
if: ${{ env.ACT }}
|
||||
with:
|
||||
java-version: 11
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run package
|
||||
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
|
||||
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
|
||||
if: ${{ env.ACT}}
|
||||
with:
|
||||
java-version: 11
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"@vercel/ncc": "0.38.1",
|
||||
"ava": "6.1.3",
|
||||
"c8": "10.1.2",
|
||||
"eslint": "9.11.0",
|
||||
"eslint": "9.10.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-ava": "14.0.0",
|
||||
"eslint-plugin-github": "5.0.1",
|
||||
|
|
Loading…
Reference in a new issue