Skip to content

Commit

Permalink
fix: update node version (v16 => v18)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Jul 22, 2024
1 parent cfb8537 commit 9898f21
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/expo-build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- uses: expo/expo-github-action@v8
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- uses: expo/expo-github-action@v8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo-publish-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- uses: expo/expo-github-action@v8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/expo-publish-preprod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- uses: expo/expo-github-action@v8
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/expo-publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- uses: expo/expo-github-action@v8
with:
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x

- uses: expo/expo-github-action@v8
with:
Expand Down
19 changes: 9 additions & 10 deletions .github/workflows/mobile-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ jobs:
MATOMO_ENABLED: false
MATOMO_URL: https://matomo.fabrique.social.gouv.fr/
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Checkout repository
uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/setup-node@v3
with:
node-version: 18

- name: Run tests
env:
YARN_IGNORE_NODE: "1"
run: |
- name: Run tests
env:
YARN_IGNORE_NODE: "1"
run: |
cd front
yarn install
yarn test

0 comments on commit 9898f21

Please sign in to comment.