Skip to content

Commit

Permalink
fix: workflow node version updated 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Pagan committed Apr 24, 2023
1 parent d2ea0ec commit fd97930
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
VERSION: "${{ needs.release.outputs.new_release_version }}"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: setup nodejs
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.15.4
node-version: 16
- name: yarn install
run: >
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: setup nodejs
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.15.4
node-version: 16
- name: yarn install
run: >
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/docs": "^1.7.0"
"@cocreate/docs": "^1.7.1"
}
}

0 comments on commit fd97930

Please sign in to comment.