Skip to content

Commit d678c92

Browse files
authored
Merge pull request #55 from devmount:chores/dependency-updates
Update dependencies
2 parents fc6c228 + 67ea3ee commit d678c92

File tree

5 files changed

+1333
-440
lines changed

5 files changed

+1333
-440
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Use Node.js 17
17+
- name: Use Node.js 20
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 17.x
21-
- name: Build app using Yarn
20+
node-version: 20.x
21+
- name: Build app
2222
run: |
23-
npm install -g yarn
24-
yarn install
25-
yarn build
23+
npm i
24+
npm build
2625
- name: Push Build files to production
2726
uses: burnett01/[email protected]
2827
with:

0 commit comments

Comments
 (0)