Skip to content

Commit 892ba1c

Browse files
authored
chore: upgrade ci jobs and build (#858)
1 parent 63b14a0 commit 892ba1c

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,12 @@ jobs:
1616

1717
steps:
1818
- name: Begin CI...
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

21-
- name: Use Node 12
22-
uses: actions/setup-node@v1
21+
- name: Use Node 20
22+
uses: actions/setup-node@v4
2323
with:
24-
node-version: 12.x
25-
26-
- name: Use cached node_modules
27-
uses: actions/cache@v1
28-
with:
29-
path: node_modules
30-
key: nodeModules-${{ hashFiles('**/yarn.lock') }}
31-
restore-keys: |
32-
nodeModules-
24+
node-version: 20.x
3325

3426
- name: Install dependencies
3527
run: yarn install --frozen-lockfile

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,6 @@
128128
],
129129
"dependencies": {
130130
"client-only": "0.0.1"
131-
}
131+
},
132+
"packageManager": "yarn@1.22.22"
132133
}

0 commit comments

Comments
 (0)