@@ -25,39 +25,39 @@ jobs:
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
28
- # # Setup Node.js
29
- # - name: Set up Node.js
30
- # uses: actions/setup-node@v4
31
- # with:
32
- # node-version: '22.14'
33
- # # Note: We're not using the built-in cache here because we need to use corepack
34
- #
35
- # - name: Setup Corepack
36
- # run: corepack enable
37
- #
38
- # - id: yarn-cache-dir-path
39
- # name: Get yarn cache directory path
40
- # run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
41
- #
42
- # - name: Cache dependencies
43
- # uses: actions/cache@v3
44
- # id: cache
45
- # with:
46
- # path: |
47
- # ${{ steps.yarn-cache-dir-path.outputs.dir }}
48
- # .turbo
49
- # key: ${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-${{ github.sha }}
50
- # restore-keys: |
51
- # ${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-
52
- # ${{ runner.os }}-deps-
53
- #
54
- # - name: Install dependencies
55
- # run: yarn install
28
+ # Setup Node.js
29
+ - name : Set up Node.js
30
+ uses : actions/setup-node@v4
31
+ with :
32
+ node-version : ' 22.14'
33
+ # Note: We're not using the built-in cache here because we need to use corepack
34
+
35
+ - name : Setup Corepack
36
+ run : corepack enable
37
+
38
+ - id : yarn-cache-dir-path
39
+ name : Get yarn cache directory path
40
+ run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
41
+
42
+ - name : Cache dependencies
43
+ uses : actions/cache@v3
44
+ id : cache
45
+ with :
46
+ path : |
47
+ ${{ steps.yarn-cache-dir-path.outputs.dir }}
48
+ .turbo
49
+ key : ${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-${{ github.sha }}
50
+ restore-keys : |
51
+ ${{ runner.os }}-deps-${{ hashFiles('**/yarn.lock') }}-
52
+ ${{ runner.os }}-deps-
53
+
54
+ - name : Install dependencies
55
+ run : yarn install
56
56
57
- # - name: Run actor-core tests
58
- # # TODO: Add back
59
- # # run: yarn test
60
- # run: yarn check-types
57
+ - name : Run actor-core tests
58
+ # TODO: Add back
59
+ # run: yarn test
60
+ run : yarn check-types
61
61
62
62
# - name: Install Rust
63
63
# uses: dtolnay/rust-toolchain@stable
0 commit comments