Skip to content

Commit

Permalink
Merge pull request #379 from sartim/develop
Browse files Browse the repository at this point in the history
Upgrade Nodejs
  • Loading branch information
sartim committed Mar 20, 2024
2 parents 4c18aa7 + 2d1a72e commit 3ca6e7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup CI/CD Server
run: |
sudo apt-get update &&
Expand All @@ -31,16 +31,3 @@ jobs:
env:
CI: false
- run: ./scripts/create_api_dot_js.sh
deploy:
runs-on: ubuntu-latest
needs: build
strategy:
max-parallel: 1
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Deploy to stage
run: |
echo "firebase deploy"
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup CI/CD Server
run: |
sudo apt-get update &&
Expand Down

0 comments on commit 3ca6e7d

Please sign in to comment.