Skip to content

Commit

Permalink
Merge pull request #165 from Foxy/beta
Browse files Browse the repository at this point in the history
chore: release 1.28.0
  • Loading branch information
brettflorio authored Jul 16, 2024
2 parents f3230cc + 8c974df commit d50e03a
Show file tree
Hide file tree
Showing 429 changed files with 10,668 additions and 41,731 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.COMMIT_KEY }}
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run semantic release
Expand All @@ -30,12 +30,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.COMMIT_KEY }}
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/s3cdn.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .scripts/generate-schemas.js

This file was deleted.

Loading

0 comments on commit d50e03a

Please sign in to comment.