Skip to content

Commit

Permalink
feat: upgrade infra
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrick95 committed Jun 27, 2024
1 parent bed7e54 commit d0db64b
Show file tree
Hide file tree
Showing 5 changed files with 902 additions and 901 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build
run: yarn workspace @kenrick95/c4-browser run build-gh-pages
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: browser/dist
Expand All @@ -42,6 +42,6 @@ jobs:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
893 changes: 0 additions & 893 deletions .yarn/releases/yarn-4.0.1.cjs

This file was deleted.

894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.1.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"url": "https://github.com/kenrick95/c4/issues"
},
"engines": {
"node": "18.x",
"node": "20.x",
"yarn": "4.x"
},
"packageManager": "yarn@4.0.1",
"packageManager": "yarn@4.3.1",
"homepage": "https://github.com/kenrick95/c4",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit d0db64b

Please sign in to comment.