Skip to content

Commit

Permalink
chore: pin node.js v18.20 (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco authored Nov 16, 2024
1 parent 726ac8c commit a2e6b28
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: '.node-version'
cache: yarn
- uses: actions/cache@v3
with:
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: '.node-version'
cache: yarn
- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: '.node-version'
cache: yarn
- uses: actions/cache@v3
with:
Expand All @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: '.node-version'
cache: yarn
- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
service_account: ${{ vars.GOOGLE_DEPLOY_SERVICE_ACCOUNT }}
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: '.node-version'
cache: yarn
- uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: '.node-version'
cache: yarn
- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
service_account: ${{ vars.GOOGLE_DEPLOY_SERVICE_ACCOUNT }}
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: '.node-version'
cache: yarn
- uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.5
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"firebase": "firebase"
},
"private": true,
"engines": {
"node": "18"
},
"packageManager": "[email protected]",
"dependencies": {
"@angular/animations": "17.1.3",
Expand Down

0 comments on commit a2e6b28

Please sign in to comment.