Skip to content

Commit

Permalink
chore(deps): Update nodejs version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul authored Nov 26, 2024
1 parent 79b63ca commit 2075336
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
branches:
- main
env:
NODE_VERSION: '16.5.0'
jobs:
build_and_deploy:
name: Build and Deploy to Live
Expand All @@ -14,10 +12,10 @@ jobs:
url: https://bvarga.dev
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
node-version-file: '.node-version'
- name: Cache node modules
uses: actions/cache@v4
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
environment: staging
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
node-version-file: '.node-version'
- name: Cache node modules
uses: actions/cache@v4
env:
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22.11.0

0 comments on commit 2075336

Please sign in to comment.