Skip to content

Commit 5afaf00

Browse files
authored
Update README.md
1 parent 96c6b12 commit 5afaf00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Deploy to Firebase for Node18
1+
# Deploy to Firebase for current stable version of Node
22

3-
A GitHub Action to deploy to Firebase for Node18.
3+
A GitHub Action to deploy to Firebase for current stable version of Node.
44

55
- Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action
66
- Make sure that you have the `firebase.json` file in the repository
@@ -49,4 +49,4 @@ jobs:
4949
env:
5050
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
5151
FIREBASE_PROJECT: firebase-project-id
52-
```
52+
```

0 commit comments

Comments
 (0)