Skip to content

Commit

Permalink
Upgrading Node version to 18, based on warnings from Github Deploy St…
Browse files Browse the repository at this point in the history
…age action (#15)
  • Loading branch information
arshadparwaiz authored May 20, 2024
1 parent ef30944 commit 2fafd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
node-version: ['16']
node-version: ['18']
os: [ubuntu-latest]
steps:
- name: Check Repo Variables
Expand Down
4 changes: 2 additions & 2 deletions app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ application:
promote:
function: actions/graybox/promote.js
web: 'yes'
runtime: nodejs:16
runtime: nodejs:18
inputs:
LOG_LEVEL: debug
promote-worker:
function: actions/graybox/promote-worker.js
web: 'no'
runtime: nodejs:16
runtime: nodejs:18
inputs:
LOG_LEVEL: debug
limits:
Expand Down

0 comments on commit 2fafd5d

Please sign in to comment.