Skip to content

Commit

Permalink
chore: update node
Browse files Browse the repository at this point in the history
  • Loading branch information
farhat-ha committed Aug 22, 2024
1 parent 6717ee2 commit 650ef7e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: |
git config user.name TelnyxIntegrations
git config user.email [email protected]
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "18"
cache: "yarn"
registry-url: https://registry.npmjs.org/
- name: Install shared dependencies
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: |
git config user.name TelnyxIntegrations
git config user.email [email protected]
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
registry-url: https://registry.npmjs.org/
- name: Install shared dependencies
Expand Down Expand Up @@ -106,10 +106,10 @@ jobs:
run: |
git config user.name TelnyxIntegrations
git config user.email [email protected]
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
registry-url: https://registry.npmjs.org/
- name: Install shared dependencies
Expand Down Expand Up @@ -144,10 +144,10 @@ jobs:
run: |
git config user.name TelnyxIntegrations
git config user.email [email protected]
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
registry-url: https://registry.npmjs.org/
- name: Install shared dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webrtc-cdn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
run: |
git config user.name TelnyxIntegrations
git config user.email [email protected]
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
registry-url: https://registry.npmjs.org/
- name: Install shared dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/webrtc-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
ref: ${{ github.ref }}
fetch-depth: 0

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
registry-url: https://registry.npmjs.org/
- name: Install shared dependencies
Expand All @@ -48,10 +48,10 @@ jobs:
ref: "main"
# https://github.com/release-it/release-it/issues/657#issuecomment-647848200
fetch-depth: 0
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: "16.x"
node-version: "18.x"
cache: "yarn"
registry-url: https://registry.npmjs.org/
- name: Install shared dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18

0 comments on commit 650ef7e

Please sign in to comment.