Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 2ffb238

Browse files
authored
fix(workflows): forgot install step (#2861)
1 parent 9e9bed6 commit 2ffb238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/firebase-deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
node-version-file: '.nvmrc'
1919
cache: 'npm'
2020

21+
- name: Install NPM packages
22+
run: npm ci
23+
2124
- name: Gatsby Cache Folder
2225
uses: actions/cache@v3
2326
with:

0 commit comments

Comments
 (0)