Skip to content

Commit

Permalink
Use node 18 for all jobs (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
dremin authored Nov 1, 2023
1 parent e099263 commit 6714bcc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: Install packages
run: |
npm install --ignore-scripts
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: Install packages
working-directory: ./plugin-flex-ts-template-v2
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: Install packages
working-directory: ./docs
run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flex_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: set github environment variables
env:
SECRETS_CONTEXT: ${{ toJson(secrets) }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
- name: set github environment variables
env:
SECRETS_CONTEXT: ${{ toJson(secrets) }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'

- name: install twilio cli
run: npm install --ignore-scripts
Expand Down

0 comments on commit 6714bcc

Please sign in to comment.