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 5408537 commit 8e007c0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.8.1",
"@cocreate/crud-client": "^1.19.8",
"@cocreate/docs": "^1.7.0",
"@cocreate/filter": "^1.19.1",
"@cocreate/actions": "^1.8.2",
"@cocreate/crud-client": "^1.19.9",
"@cocreate/docs": "^1.7.1",
"@cocreate/filter": "^1.19.2",
"@cocreate/link": "^1.4.1",
"@cocreate/local-storage": "^1.6.1",
"@cocreate/local-storage": "^1.6.3",
"@cocreate/observer": "^1.7.1"
}
}
}

0 comments on commit 8e007c0

Please sign in to comment.