Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into update-es-lint
Browse files Browse the repository at this point in the history
# Conflicts:
#	.eslintrc.js
#	node-test/.eslintrc.js
#	package.json
  • Loading branch information
SergeAstapov committed Nov 8, 2024
2 parents d51c156 + 36824a4 commit 822593a
Show file tree
Hide file tree
Showing 4 changed files with 1,260 additions and 32,030 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm install --no-shrinkwrap
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 16.x
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 822593a

Please sign in to comment.