Skip to content

Commit

Permalink
Merge pull request #108 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 803f635 + 0a086c8 commit a518d8d
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 a518d8d

Please sign in to comment.