Skip to content

Commit bafba7b

Browse files
authored
Upgrade dev node to v12 (select2#6230)
- Upgrade node to v12 for Github actions. - Compiled and minified src with Grunt
1 parent 0a186eb commit bafba7b

File tree

22 files changed

+45
-34
lines changed

22 files changed

+45
-34
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
11-
- name: Use Node.js 8
11+
- name: Use Node.js 12
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 8
14+
node-version: 12
1515
- name: npm install
1616
run: npm install
1717
- name: Run linting
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v1
24-
- name: Use Node.js 8
24+
- name: Use Node.js 12
2525
uses: actions/setup-node@v1
2626
with:
27-
node-version: 8
27+
node-version: 12
2828
- name: npm install
2929
run: npm install
3030
- name: Run tests
@@ -34,10 +34,10 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- uses: actions/checkout@v1
37-
- name: Use Node.js 8
37+
- name: Use Node.js 12
3838
uses: actions/setup-node@v1
3939
with:
40-
node-version: 8
40+
node-version: 12
4141
- name: npm install
4242
run: npm install
4343
- name: Run minification

.github/workflows/package-deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v1
16-
- name: Use Node.js 8
16+
- name: Use Node.js 12
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 8
19+
node-version: 12
2020
registry-url: https://npm.pkg.github.com/
2121
scope: '@select2'
2222
- name: Rename package to include private scope
@@ -42,10 +42,10 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v1
45-
- name: Use Node.js 8
45+
- name: Use Node.js 12
4646
uses: actions/setup-node@v1
4747
with:
48-
node-version: 8
48+
node-version: 12
4949
registry-url: 'https://registry.npmjs.org'
5050
- name: npm install
5151
run: npm install

dist/js/i18n/ar.js

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

dist/js/i18n/de.js

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

dist/js/i18n/es.js

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

dist/js/i18n/fr.js

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

dist/js/i18n/id.js

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

dist/js/i18n/it.js

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

dist/js/i18n/lb.js

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

dist/js/i18n/pl.js

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

dist/js/i18n/pt-BR.js

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

dist/js/i18n/pt.js

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

0 commit comments

Comments
 (0)