Skip to content

Commit

Permalink
Merge pull request #94 from elsoul/version/up
Browse files Browse the repository at this point in the history
GitHub Actions Node versions
  • Loading branch information
KishiTheMechanic authored Nov 22, 2023
2 parents 6b25916 + fbc9306 commit bab95a8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion articles/doc/en/general/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/general/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 以上
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/firebase-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/functions-skeet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bab95a8

Please sign in to comment.