Skip to content

Commit

Permalink
chore(workflow): upgrade publish to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo committed Aug 17, 2023
1 parent eb43171 commit 809a572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Node Install
uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '18'
- name: Installing Packages
env:
NODE_ENV: development
Expand All @@ -39,4 +39,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PA_TOKEN }}
run: |-
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
npm run lerna:publish
npm run lerna:publish

0 comments on commit 809a572

Please sign in to comment.