Skip to content

Commit 9a92cf3

Browse files
committed
Revert upgrade to more recent checkout action in GitHub action
1 parent 9d9d9ea commit 9a92cf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/firebase-hosting-push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
PUBLIC_FIREBASE_MEASUREMENT_ID: '${{ secrets.PUBLIC_FIREBASE_MEASUREMENT_ID }}'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v3
20+
- uses: actions/setup-node@v4
21+
with:
22+
node-version: '20'
2023
- name: Install depedencies
2124
run: npm install
2225
- name: Run unit tests

0 commit comments

Comments
 (0)