Skip to content

Commit

Permalink
ci: set node version workflows (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk authored Jun 17, 2024
1 parent 69ba0e6 commit dbc0022
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .node-version
- name: Install dependencies
run: npm ci
- name: Deploy to Firebase Hosting
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .node-version
- name: Install dependencies
run: npm ci
- name: Deploy to Firebase Hosting
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .node-version
- name: Install dependencies
run: npm ci
- name: Deploy to Firebase Hosting
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20

0 comments on commit dbc0022

Please sign in to comment.