File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
34
34
with :
35
35
# This makes Actions fetch all Git history so run-changed script can diff properly.
36
36
fetch-depth : 0
37
- - name : Set up node (16 )
37
+ - name : Set up node (18 )
38
38
uses : actions/setup-node@v3
39
39
with :
40
- node-version : 16 .x
40
+ node-version : 18 .x
41
41
- name : Yarn install
42
42
run : yarn
43
43
- name : Deploy project config if needed
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ jobs:
36
36
steps :
37
37
- name : Checkout Repo
38
38
uses : actions/checkout@master
39
- - name : Set up Node (16 )
39
+ - name : Set up Node (18 )
40
40
uses : actions/setup-node@master
41
41
with :
42
- node-version : 16 .x
42
+ node-version : 18 .x
43
43
- name : install Chrome stable
44
44
run : |
45
45
sudo apt-get update
60
60
pushd functions
61
61
npm install
62
62
popd
63
- npx firebase-tools deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
63
+ npx firebase-tools@12.9.1 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
64
64
working-directory : ./config
65
65
env :
66
66
FIREBASE_CLI_TOKEN : ${{ secrets.FIREBASE_CLI_TOKEN }}
You can’t perform that action at this time.
0 commit comments