File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments