Skip to content

Commit

Permalink
chore: pin version of Node to 18.19.1 due to build issues with 18.20
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Mar 29, 2024
1 parent dada7b9 commit e9a0150
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/desktop-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/desktop-app-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/desktop-timer-app-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/desktop-timer-app-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/server-api-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/server-api-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/server-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/server-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: buildjet/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Change permissions
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 18.19.1
cache: 'yarn'

- name: Fix node-gyp and Python
Expand Down

0 comments on commit e9a0150

Please sign in to comment.