Skip to content

Commit c063f3d

Browse files
author
Frank Pagan
committed
fix: workflow node version updated 16
1 parent 3386a10 commit c063f3d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: .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 }}" >

Diff for: .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 }}" >

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"webpack-log": "^3.0.1"
6060
},
6161
"dependencies": {
62-
"@cocreate/actions": "^1.8.1",
63-
"@cocreate/docs": "^1.7.0",
62+
"@cocreate/actions": "^1.8.2",
63+
"@cocreate/docs": "^1.7.1",
6464
"@cocreate/observer": "^1.7.1",
6565
"@cocreate/utils": "^1.20.1"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)