Skip to content

Commit 550090a

Browse files
Extensions release v1.14.0 (#601)
* Extensions release v1.14.0 * Bump version to 1.14.0 * Bump @tableau/extensions-api-types to 1.14.0 * Bump @tableau/tabextsandbox to 1.14.0 * Regen lock * Delete beta assets * Update action to Node 20 * Add 22 and 24 * Remove latest from previous
1 parent 2dd6255 commit 550090a

11 files changed

+23701
-2285
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,25 @@
1-
# 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
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41
name: Build
52

63
on:
74
push:
8-
branches: [ main ]
5+
branches: [main]
96
pull_request:
10-
branches: [ main ]
7+
branches: [main]
118

129
jobs:
1310
build:
1411
runs-on: ubuntu-latest
1512

1613
strategy:
1714
matrix:
18-
node-version: [12.x, 14.x, 16.x]
19-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
15+
node-version: [20.x, 22.x, 24.x]
2016

2117
# NOTE: There are no necessary tests to run for this repo
2218
steps:
23-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2420
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
21+
uses: actions/setup-node@v4
2622
with:
2723
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
24+
cache: "npm"
2925
- run: npm run build
File renamed without changes.

lib/tableau.extensions.1.14.0-pre.9.min.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tableau.extensions.1.14.0.js

Lines changed: 20510 additions & 0 deletions
Large diffs are not rendered by default.

lib/tableau.extensions.1.14.0.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tableau.extensions.1.latest.js

Lines changed: 36 additions & 92 deletions
Large diffs are not rendered by default.

lib/tableau.extensions.1.latest.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)