Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 5c3e3c6

Browse files
authored
Update dependabot-test.yml
1 parent dc58481 commit 5c3e3c6

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/dependabot-test.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,27 @@ on:
99
permissions:
1010
pull-requests: write
1111
issues: write
12-
repository-projects: write
12+
contents: read
13+
id-token: write
1314

1415
jobs:
15-
Build-and-Deploy:
16+
test-build:
17+
if: github.actor == 'dependabot[bot]'
1618
runs-on: ubuntu-latest
1719

18-
if: ${{ github.actor == 'dependabot[bot]' }}
19-
20-
environment:
21-
name: github-pages
22-
url: ${{ steps.deployment.outputs.page_url }}
23-
2420
steps:
2521
- name: Checkout Repo
2622
uses: actions/checkout@v4
2723

28-
- name: Setup Nodejs
24+
- name: Setup Node.js
2925
uses: actions/setup-node@v4
3026
with:
3127
node-version: 22
3228

3329
- name: Install Dependencies
3430
run: |
35-
npm i -g yarn
31+
npm install -g yarn
3632
yarn install --frozen-lockfile
3733
3834
- name: Build Production
39-
run: yarn build
35+
run: yarn build

0 commit comments

Comments
 (0)