Skip to content

Commit

Permalink
chore: bumps version of packages and node for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanVelocityGlobal committed Oct 18, 2023
1 parent 13fddb1 commit 2639c53
Show file tree
Hide file tree
Showing 3 changed files with 1,117 additions and 836 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js and set registry to github
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 182
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 182
registry-url: 'https://npm.pkg.github.com'
- name: Install dependencies
run: yarn install --frozen-lockfile
Expand All @@ -41,10 +41,10 @@ jobs:
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 182
registry-url: 'https://registry.npmjs.org'
- name: Publishes to NPM
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"chai": "^4.3.4",
"eslint": "^7.29.0",
"karma-nyan-reporter": "^0.2.5",
"mocha": "^9.0.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.1",
"prettier": "^2.3.2",
Expand Down
Loading

0 comments on commit 2639c53

Please sign in to comment.