Skip to content

Commit

Permalink
GitHub Actions Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KishiTheMechanic committed Nov 22, 2023
1 parent 803f635 commit 0a086c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.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/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.18.0'
node-version: '20.3.1'
- id: auth
uses: google-github-actions/auth@v0
with:
Expand Down

0 comments on commit 0a086c8

Please sign in to comment.