Skip to content

Commit

Permalink
Merge branch 'main' into esm
Browse files Browse the repository at this point in the history
  • Loading branch information
rxgx authored Jan 2, 2022
2 parents 8294862 + 98f2248 commit 0c59fc3
Show file tree
Hide file tree
Showing 7 changed files with 12,144 additions and 18,697 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.2.0
- uses: actions/setup-node@v2.5.0
with:
node-version: '14'
node-version: '16'
- run: npm ci
- run: npm run verify
- uses: codecov/codecov-action@v2.0.1
- uses: codecov/codecov-action@v2.1.0
- run: npm run build --if-present
- name: create release
env:
GIT_AUTHOR_NAME: 'Ryan Gasparini'
GIT_AUTHOR_EMAIL: '[email protected]'
GIT_COMMITTER_NAME: 'Ryan Gasparini'
GIT_COMMITTER_EMAIL: '[email protected]'
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12', '14', '16']
node-version: ['14', '16']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.2.0
uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
Expand Down
Loading

0 comments on commit 0c59fc3

Please sign in to comment.