diff --git a/github/workflows/firebase-rules.yml b/github/workflows/firebase-rules.yml index 8a5acbe..d38834b 100644 --- a/github/workflows/firebase-rules.yml +++ b/github/workflows/firebase-rules.yml @@ -19,7 +19,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: '18.18.0' + node-version: '20.3.1' - id: auth uses: google-github-actions/auth@v0 with: diff --git a/github/workflows/functions-skeet.yml b/github/workflows/functions-skeet.yml index 08d86cc..2b6cf57 100644 --- a/github/workflows/functions-skeet.yml +++ b/github/workflows/functions-skeet.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: '18.18.0' + node-version: '20.3.1' - id: auth uses: google-github-actions/auth@v0 with: diff --git a/github/workflows/webapp.yml b/github/workflows/webapp.yml index 7f1700c..ec2b7cb 100644 --- a/github/workflows/webapp.yml +++ b/github/workflows/webapp.yml @@ -25,7 +25,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: '18.18.0' + node-version: '20.3.1' - id: auth uses: google-github-actions/auth@v0 with: