mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Upgrade to node 16
This commit is contained in:
parent
966f7416d7
commit
bdaeeb9afd
5 changed files with 15334 additions and 1650 deletions
6
.github/workflows/changelog-check.yml
vendored
6
.github/workflows/changelog-check.yml
vendored
|
@ -10,7 +10,11 @@ jobs:
|
|||
name: Check Actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Setup node version
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
- uses: actions/checkout@v2
|
||||
- name: Changelog check
|
||||
uses: Zomzog/changelog-checker@v1.2.0
|
||||
with:
|
||||
|
|
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
@ -8,14 +8,16 @@ jobs:
|
|||
concurrency: ci-${{ github.ref }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup node version
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
npm ci
|
||||
npm run build
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||
with:
|
||||
|
|
7
.github/workflows/linter.yml
vendored
7
.github/workflows/linter.yml
vendored
|
@ -11,10 +11,11 @@ jobs:
|
|||
name: Lint Code Base
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- name: Setup node version
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm install
|
||||
- run: npm run lint-ci
|
||||
|
||||
|
|
16962
package-lock.json
generated
16962
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -42,5 +42,8 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com//bra1n/townsquare.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue