Skip to content

Commit

Permalink
Merge pull request #160 from HackMelbourne/npm-scripts
Browse files Browse the repository at this point in the history
bugfix: update node version for github actions
  • Loading branch information
e3lo authored Apr 27, 2024
2 parents 4cd08d5 + ed07556 commit 4f24d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebaseDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: "18"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4f24d4d

Please sign in to comment.