Skip to content

Commit 72d4dd1

Browse files
authored
Merge branch 'codebar:master' into graph-update
2 parents 03cfcce + 1caf8a1 commit 72d4dd1

3 files changed

Lines changed: 176 additions & 213 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: "12.x"
17+
node-version: "22.x"
1818

1919
- name: Get yarn cache
2020
id: yarn-cache
2121
run: echo "::set-output name=dir::$(yarn cache dir)"
2222

2323
- name: Cache dependencies
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
with:
2626
path: ${{ steps.yarn-cache.outputs.dir }}
2727
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v1
99
- uses: actions/setup-node@v1
1010
with:
11-
node-version: "13.x"
11+
node-version: "22.x"
1212
- run: yarn
1313
- run: yarn analyze
1414
typescript:
@@ -18,6 +18,6 @@ jobs:
1818
- uses: actions/checkout@v1
1919
- uses: actions/setup-node@v1
2020
with:
21-
node-version: "13.x"
21+
node-version: "22.x"
2222
- run: yarn
2323
- run: yarn type-check

0 commit comments

Comments
 (0)