Skip to content

Commit

Permalink
📌(functions) Bump Node version for functions (#627)
Browse files Browse the repository at this point in the history
Bump Node version for functions

Should resolve deploy issues

Co-authored-by: Sam Richard <[email protected]>
  • Loading branch information
Snugug and Sam Richard authored Jun 26, 2023
1 parent c9cb5b6 commit f72abec
Show file tree
Hide file tree
Showing 3 changed files with 2,316 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install functions dependencies
if: github.ref == 'refs/heads/main'
run: |
Expand Down
Loading

0 comments on commit f72abec

Please sign in to comment.