Skip to content

Commit f68afc4

Browse files
author
github-actions
committed
[BUILD]: cdf8ba6427ee71b09785a1531bbbb99040889f84
1 parent 4b6e0e0 commit f68afc4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/remote-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ jobs:
1414
with:
1515
ref: ${{ github.ref }}
1616
persist-credentials: false
17-
# - name: Install npm & tsx
18-
# uses: actions/setup-node@v4
19-
# with:
20-
# node-version: '22'
21-
# cache: 'npm'
17+
- name: Install npm
18+
uses: actions/setup-node@v4
19+
with:
20+
node-version: '22'
21+
cache: 'npm'
2222
# - name: Cache npm dependencies
2323
# uses: actions/cache@v3
2424
# with:
2525
# path: ~/.npm
2626
# key: ${{ runner.os }}-npm-${{ hashFiles('**/package.json') }}
2727
# restore-keys: |
2828
# ${{ runner.os }}-npm-
29-
# - name: Install dependencies
30-
# run: |
31-
# cd build
32-
# npm install typescript
33-
# npm install tsx
29+
- name: Install dependencies
30+
run: |
31+
cd build
32+
npm install typescript
33+
npm install tsx
3434
- name: Build
3535
run: |
3636
cd build || echo "already in build"

0 commit comments

Comments
 (0)