File tree 2 files changed +11
-27
lines changed
2 files changed +11
-27
lines changed Original file line number Diff line number Diff line change @@ -21,34 +21,16 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
25
-
26
- - uses : actions/setup-node@v3
27
- with :
28
- node-version : 20
29
-
30
- - uses : pnpm/action-setup@v2
31
- with :
32
- version : 8.10.2
33
- run_install : false
34
-
35
- - name : Get pnpm store directory
36
- id : pnpm-cache
37
- shell : bash
38
- run : |
39
- echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
40
-
41
- - uses : actions/cache@v3
42
- name : Setup pnpm cache
24
+ - uses : actions/checkout@v4
25
+ - uses : pnpm/action-setup@v4
26
+ - uses : actions/setup-node@v4
43
27
with :
44
- path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
45
- key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
46
- restore-keys : |
47
- ${{ runner.os }}-pnpm-store-
28
+ node-version : ' >=20'
29
+ cache : ' pnpm'
48
30
49
31
- name : Cache firebase tools
50
32
id : cache-firebase-tools
51
- uses : actions/cache@v3
33
+ uses : actions/cache@v4
52
34
env :
53
35
cache-name : cache-firebase-tools
54
36
with :
81
63
working-directory : ./packages/nuxt
82
64
run : pnpm run build
83
65
84
- - uses : codecov/codecov-action@v2
66
+ - uses : codecov/codecov-action@v4
67
+ with :
68
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 2
2
"name" : " vuefire" ,
3
3
"version" : " 3.1.23" ,
4
4
"description" : " Official Firebase bindings for Vue.js" ,
5
- "packageManager" : " pnpm@8.15.3 " ,
5
+ "packageManager" : " pnpm@9.1.0 " ,
6
6
"engines" : {
7
7
"node" : " >=18"
8
8
},
9
9
"volta" : {
10
- "node" : " 18.16 .1"
10
+ "node" : " 20.11 .1"
11
11
},
12
12
"type" : " module" ,
13
13
"exports" : {
You can’t perform that action at this time.
0 commit comments