From fbc930640aa29ac8da933c5f365498fb16016249 Mon Sep 17 00:00:00 2001 From: KishiTheMechanic Date: Wed, 22 Nov 2023 23:23:46 +0100 Subject: [PATCH] GitHub Actions Node versions --- articles/doc/en/general/quickstart.md | 2 +- articles/doc/ja/general/quickstart.md | 2 +- github/workflows/firebase-rules.yml | 2 +- github/workflows/functions-skeet.yml | 2 +- github/workflows/webapp.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/articles/doc/en/general/quickstart.md b/articles/doc/en/general/quickstart.md index 8dbfe4c..9bbe5dd 100644 --- a/articles/doc/en/general/quickstart.md +++ b/articles/doc/en/general/quickstart.md @@ -21,7 +21,7 @@ Get ready to use scalable Cloud Firestore and Cloud Functions securely right awa ## 🧪 Dependency 🧪 - [TypeScript](https://www.typescriptlang.org/) ^5.0.0 -- [Node.js](https://nodejs.org/ja/) ^18.17.1 +- [Node.js](https://nodejs.org/ja/) ^20.3.1 - [Yarn](https://yarnpkg.com/) ^1.22.19 - [Google Cloud SDK](https://cloud.google.com/sdk/docs/install) ^430.0.0 - [Firebase CLI](https://firebase.google.com/docs/cli) ^12.0.0 diff --git a/articles/doc/ja/general/quickstart.md b/articles/doc/ja/general/quickstart.md index a911e3f..4188881 100644 --- a/articles/doc/ja/general/quickstart.md +++ b/articles/doc/ja/general/quickstart.md @@ -19,7 +19,7 @@ Skeet はソフトウェア開発・運用のコストを下げるために生 ## 🧪 依存パッケージ 🧪 - [TypeScript](https://www.typescriptlang.org/) 5.0.4 以上 -- [Node.js](https://nodejs.org/ja/) 18.17.1 以上 +- [Node.js](https://nodejs.org/ja/) 20.3.1 以上 - [Yarn](https://yarnpkg.com/) 1.22.19 以上 - [Google Cloud SDK](https://cloud.google.com/sdk/docs/install) 430.0.0 以上 - [Firebase CLI](https://firebase.google.com/docs/cli) 12.0.1 以上 diff --git a/github/workflows/firebase-rules.yml b/github/workflows/firebase-rules.yml index 381c9ac..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.17.1' + 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 546df14..42c9830 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 48dddc1..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.17.1' + node-version: '20.3.1' - id: auth uses: google-github-actions/auth@v0 with: