Skip to content

Commit

Permalink
chore: upgrade node version in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Mar 24, 2024
1 parent 553fc38 commit 39e8b62
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/*.yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-

- name: Set up Node 18
- name: Set up Node 20
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Install Yarn 4
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-code-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v3
- name: Set up Node 18
- name: Set up Node 20
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Install projects dependencies
uses: bahmutov/npm-install@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install projects dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sentry-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node 18
- name: Set up Node 20
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'

- name: Install projects dependencies
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 39e8b62

Please sign in to comment.