Skip to content

Commit

Permalink
Update dependencies and simplify project (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Sep 8, 2023
1 parent 10e2a63 commit 3a5af6b
Show file tree
Hide file tree
Showing 8 changed files with 2,048 additions and 3,597 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dylanvann/publish-github-action@v1.1.49
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Expand Up @@ -9,16 +9,14 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run yarn-deduplicate --fail --strategy fewer
- run: yarn run build
- run: yarn run prettier --check
- run: yarn run xo
node-version: 20
cache: npm
- run: npm ci
- run: npm run build
- run: npm run prettier -- --check
# Optional integration test of the action using a dedicated GitHub App.
- id: generate_token
if: ${{ vars.TEST_GITHUB_APP_ID != '' }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -22,7 +22,7 @@ outputs:
token:
description: An installation token for the GitHub App on the requested repository.
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: unlock
Expand Down

0 comments on commit 3a5af6b

Please sign in to comment.