Skip to content

Commit

Permalink
Merge branch 'biaw:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinDR1 authored Jul 11, 2024
2 parents baf3621 + 58eac1e commit 9bf0933
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 336 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set up node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version-file: ".nvmrc"

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: ${{ github.ref == 'refs/heads/main' && 'Build ans publish' || 'Test worker build' }}
uses: cloudflare/wrangler-action@7c01cc48d88a1f83b4716e0557c168854a9dcdb8 # v3.4.1
uses: cloudflare/wrangler-action@f84a562284fc78278ff9052435d9526f9c718361 # v3.7.0
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set up node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version-file: ".nvmrc"

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.0
18.20.4
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"discord-api-types": "0.37.78"
"discord-api-types": "0.37.92"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240329.0",
"@octokit/webhooks-types": "7.4.0",
"@cloudflare/workers-types": "4.20240701.0",
"@octokit/webhooks-types": "7.5.1",
"@tsconfig/strictest": "2.0.5",
"eslint": "8.57.0",
"eslint-config-promise": "github:promise/eslint-config",
"typescript": "5.4.3",
"wrangler": "3.42.0"
"typescript": "5.5.3",
"wrangler": "3.63.2"
},
"eslintConfig": {
"extends": "promise"
Expand Down
Loading

0 comments on commit 9bf0933

Please sign in to comment.