Skip to content

Commit

Permalink
Merge pull request #231 from samgozman/230-fix-insiders-table-issue
Browse files Browse the repository at this point in the history
Fix insiders table issue, update deps
  • Loading branch information
samgozman authored Oct 26, 2024
2 parents 53c2e0e + c9b8e0e commit 083ae22
Show file tree
Hide file tree
Showing 5 changed files with 2,465 additions and 2,566 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16', '18', '20']
node: ['18', '20']
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
Expand Down
Loading

0 comments on commit 083ae22

Please sign in to comment.