Skip to content

Commit 31a71d3

Browse files
committed
wip: Upgrade NodeJS to v20, latest krawler and MongoDB to v7 (#67/#66) [additional tests]
1 parent d4eab12 commit 31a71d3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,11 @@ jobs:
5555
fail-fast: false
5656
matrix:
5757
model: [ 'gfs', 'arpege', 'arome' ]
58+
node: [ 20 ]
59+
debian: [ 'bookworm' ]
5860
name: Build models
5961
if: ${{ !contains(github.event.head_commit.message, 'skip build') }}
6062
runs-on: ubuntu-22.04
61-
strategy:
62-
fail-fast: false
63-
matrix:
64-
node: [ 20 ]
65-
debian: [ 'bookworm' ]
6663
steps:
6764
- name: Checkout repo
6865
uses: actions/checkout@v4

0 commit comments

Comments
 (0)