Skip to content

Commit

Permalink
Upgrade dev node to v12 (#6230)
Browse files Browse the repository at this point in the history
- Upgrade node to v12 for Github actions.
- Compiled and minified src with Grunt
  • Loading branch information
p8 committed Feb 21, 2023
1 parent 0a186eb commit bafba7b
Show file tree
Hide file tree
Showing 22 changed files with 45 additions and 34 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 8
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 8
node-version: 12
- name: npm install
run: npm install
- name: Run linting
Expand All @@ -21,10 +21,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 8
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 8
node-version: 12
- name: npm install
run: npm install
- name: Run tests
Expand All @@ -34,10 +34,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 8
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 8
node-version: 12
- name: npm install
run: npm install
- name: Run minification
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 8
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 8
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@select2'
- name: Rename package to include private scope
Expand All @@ -42,10 +42,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 8
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 8
node-version: 12
registry-url: 'https://registry.npmjs.org'
- name: npm install
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion dist/js/i18n/ar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/de.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/fr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/id.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/it.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions dist/js/i18n/lb.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/pl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/pt-BR.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/i18n/pt.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bafba7b

Please sign in to comment.