Skip to content

Commit

Permalink
Merge pull request #259 from pushkar-hue/patch-1
Browse files Browse the repository at this point in the history
Update desktop.yml
  • Loading branch information
tkleinke authored Oct 1, 2024
2 parents d0bf763 + 4d4d082 commit 938a336
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: '16.x'
- name: Install dependencies
run: npm run bootstrap
- name: Build core
Expand All @@ -43,10 +43,10 @@ jobs:
timeout-minutes: 90
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: '16.x'
- name: Install dependencies
run: npm run bootstrap
- name: Build core
Expand All @@ -69,13 +69,13 @@ jobs:
GH_TOKEN: ${{ github.token }}
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16
node-version: '16.x'
- name: Setup NPM cache
uses: c-hive/gha-npm-cache@v1
uses: actions/cache@v3
- name: Install root node modules
run: npm i
- name: Install and link package node modules
Expand Down

0 comments on commit 938a336

Please sign in to comment.