Skip to content

Commit

Permalink
Merge pull request #144 from betagouv/dependabot/npm_and_yarn/next-14…
Browse files Browse the repository at this point in the history
….0.0

build(deps): bump next from 13.5.6 to 14.0.0
  • Loading branch information
baptou12 authored Oct 30, 2023
2 parents a20c6bf + 78ee53f commit 3266ae0
Show file tree
Hide file tree
Showing 4 changed files with 756 additions and 240 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:
workflow_dispatch:

jobs:
build:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm

- name: Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm

- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm

- name: Install dependencies
Expand Down
Loading

0 comments on commit 3266ae0

Please sign in to comment.