Skip to content

Commit 486dd58

Browse files
author
Frank Pagan
committed
fix: workflow node version updated 16
1 parent 462af66 commit 486dd58

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/automated.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
VERSION: "${{ needs.release.outputs.new_release_version }}"
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
- name: setup nodejs
46-
uses: actions/setup-node@v2
46+
uses: actions/setup-node@v3
4747
with:
48-
node-version: 14.15.4
48+
node-version: 16
4949
- name: yarn install
5050
run: >
5151
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >

.github/workflows/manual.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
- name: setup nodejs
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v3
2424
with:
25-
node-version: 14.15.4
25+
node-version: 16
2626
- name: yarn install
2727
run: >
2828
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
"webpack-log": "^3.0.2"
6161
},
6262
"dependencies": {
63-
"@cocreate/api": "^1.10.1",
64-
"@cocreate/docs": "^1.7.0",
63+
"@cocreate/api": "^1.10.2",
64+
"@cocreate/docs": "^1.7.1",
6565
"twilio": "^3.60.0",
6666
"twilio-client-mirror": "0.0.2",
6767
"util": "^0.12.3"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)