We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c6b12 commit 5afaf00Copy full SHA for 5afaf00
README.md
@@ -1,6 +1,6 @@
1
-# Deploy to Firebase for Node18
+# Deploy to Firebase for current stable version of Node
2
3
-A GitHub Action to deploy to Firebase for Node18.
+A GitHub Action to deploy to Firebase for current stable version of Node.
4
5
- Make sure that you checkout the repository using the [actions/checkout](https://github.com/actions/checkout) action
6
- Make sure that you have the `firebase.json` file in the repository
@@ -49,4 +49,4 @@ jobs:
49
env:
50
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
51
FIREBASE_PROJECT: firebase-project-id
52
-```
+```
0 commit comments