From 0a086c87b6a507b9ae44d1c8ccbfbc5e939875c2 Mon Sep 17 00:00:00 2001 From: KishiTheMechanic Date: Wed, 22 Nov 2023 23:17:38 +0100 Subject: [PATCH] GitHub Actions Node versions --- github/workflows/firebase-rules.yml | 2 +- github/workflows/functions-skeet.yml | 2 +- github/workflows/webapp.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: