Skip to content

Commit

Permalink
fix: upgrade node version (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop committed May 8, 2024
1 parent 67c34dd commit f51d223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-functions-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci && npm run build
working-directory: functions

0 comments on commit f51d223

Please sign in to comment.