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 2b5d91f commit 5c66cc6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@
"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/actions": "^1.8.1",
"@cocreate/docs": "^1.7.0",
"@cocreate/element-prototype": "^1.8.1",
"@cocreate/actions": "^1.8.2",
"@cocreate/docs": "^1.7.1",
"@cocreate/element-prototype": "^1.8.2",
"@cocreate/observer": "^1.7.1",
"@cocreate/utils": "^1.20.1"
}
}
}

0 comments on commit 5c66cc6

Please sign in to comment.