Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Build

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [20.x, 22.x, 24.x]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. This PR removes the old docs. The docs are now on the gh-pages-* branches.


# NOTE: There are no necessary tests to run for this repo
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: "npm"
- run: npm run build
1 change: 1 addition & 0 deletions lib/tableau.extensions.1.14.0-pre.9.min.js.map

Large diffs are not rendered by default.

20,510 changes: 20,510 additions & 0 deletions lib/tableau.extensions.1.14.0.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions lib/tableau.extensions.1.14.0.min.js

Large diffs are not rendered by default.

128 changes: 36 additions & 92 deletions lib/tableau.extensions.1.latest.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lib/tableau.extensions.1.latest.min.js

Large diffs are not rendered by default.

Loading