Skip to content

Commit b13f269

Browse files
committed
attempts to fix action
1 parent 210231c commit b13f269

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/jsBuilder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo.
1717
ref: ${{ github.event.pull_request.head.sha }} # checks out the branch being merged into `master`
1818

19-
- name: Install dependencies
20-
run: |
21-
npm i @types/[email protected] --save-dev
22-
23-
2419
- name: Node setup
2520
uses: actions/setup-node@v2
2621
with:
2722
node-version: '16'
28-
cache: 'npm'
23+
# cache: 'npm'
24+
25+
- name: Install dependencies
26+
run: |
27+
npm i @types/[email protected] --save-dev
28+
2929
3030
- name: Build JavaScript files
3131
run: | # Change line to your build script command.

0 commit comments

Comments
 (0)