Skip to content

Commit

Permalink
GitHub workflows update node16 (#117)
Browse files Browse the repository at this point in the history
* changed nodejs version of deployment

* updated workflows to node16
  • Loading branch information
cami-espinozaq authored Sep 12, 2024
1 parent bc3c6a1 commit ab02f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
python-version: [3.0]
env:
S3_BUCKET_PREFIX: hackingstudio-code4maus-projects
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
python-version: [3.0]
env:
BRANCH: production
Expand Down

0 comments on commit ab02f5e

Please sign in to comment.