Skip to content

Commit c1ad96d

Browse files
author
Frank Pagan
committed
fix: workflow node version updated 16
1 parent 87a223d commit c1ad96d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/automated.yml

+3-3
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

+3-3
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"webpack-log": "^3.0.1"
6060
},
6161
"dependencies": {
62-
"@cocreate/docs": "^1.7.0"
62+
"@cocreate/docs": "^1.7.1"
6363
}
6464
}

0 commit comments

Comments
 (0)