Skip to content

Commit

Permalink
specific node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazuh committed Nov 21, 2023
1 parent 349274f commit dde89f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firebase-hosting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# More: https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting
name: Deploy routine with checks

on:
push:
Expand All @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run lint
- run: npm run test
Expand Down

0 comments on commit dde89f9

Please sign in to comment.