Skip to content

Commit 37adc0d

Browse files
authored
Update udd.yml
1 parent 54043fd commit 37adc0d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/udd.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
- name: Update dependencies
7777

7878
run: deno run -A https://deno.land/x/udd/main.ts deps.ts *.ts '*/*.ts' '*.json'
79-
- name: Use Node.js ${{ matrix.node-version }}
80-
uses: actions/setup-node@v3
81-
with:
82-
node-version: ${{ matrix.node-version }}
83-
- run: |
84-
npm i -g cnpm
85-
npx cnpm i
86-
npx -y prettier --w */*/*.yml */*.yml
79+
# - name: Use Node.js ${{ matrix.node-version }}
80+
# uses: actions/setup-node@v3
81+
# with:
82+
# node-version: ${{ matrix.node-version }}
83+
# - run: |
84+
# npm i -g cnpm
85+
# npx cnpm i
86+
# npx -y prettier --w */*/*.yml */*.yml
8787
- name: Create Pull Request
8888
uses: peter-evans/create-pull-request@v3
8989
id: pr

0 commit comments

Comments
 (0)