WIP: update to next.js #37

Draft
Sahamone wants to merge 50 commits from major-update into dev
Showing only changes of commit f52f7e9afe - Show all commits

View File

@ -12,9 +12,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24.x'
- run: |
- name: install dep
run: |
cd banquise-website
npm ci
- run: |
- name: build
run: |
cd banquise-website
npm run build