File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 workflow_call :
55 inputs :
66 node-version :
7+ required : false
78 description : " Node version on which to run the tests"
8- type : number
9- default : 20
9+ type : string
1010
1111 secrets :
1212 turbo_token :
@@ -29,10 +29,10 @@ jobs:
2929 - name : Install pnpm
3030 uses : pnpm/action-setup@v3
3131
32- # TODO: partition cache based on inputs (os)
3332 - name : Setup Node
3433 uses : actions/setup-node@v4
3534 with :
35+ node-version-file : .node-version
3636 node-version : ${{ env.NODE_VERSION }}
3737 cache : " pnpm"
3838
Original file line number Diff line number Diff line change 3636 test:
3737 uses: driimus/shared-workflows/.github/workflows/test.yml@main
3838 with:
39- node-version: 20
39+ node-version: 22
4040 # Optional Turborepo credentials to use for Remote Caching
4141 secrets:
4242 turbo_token: ${{ secrets.TURBO_TOKEN }}
You can’t perform that action at this time.
0 commit comments