-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump node from 20.10.0 to 22.10.0 (#845)
Signed-off-by: cobalt <[email protected]>
- Loading branch information
Showing
18 changed files
with
55 additions
and
275 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Setup Node.JS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 20.6.0 | ||
node-version: 22.10.0 | ||
cache: npm | ||
|
||
- name: Bump Twemoji | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Setup Node.JS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 20.6.0 | ||
node-version: 22.10.0 | ||
cache: npm | ||
|
||
- name: Download bad words | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,14 +22,14 @@ jobs: | |
- name: Setup Node.JS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 20.6.0 | ||
node-version: 22.10.0 | ||
cache: npm | ||
|
||
- name: Install | ||
run: npm ci | ||
|
||
- name: Format | ||
run: npm run format | ||
run: node --run format | ||
|
||
- name: Assert clean | ||
if: startsWith(github.ref_name, 'dependabot/') == true | ||
|
@@ -74,14 +74,14 @@ jobs: | |
- name: Setup Node.JS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 20.6.0 | ||
node-version: 22.10.0 | ||
cache: npm | ||
|
||
- name: Install | ||
run: npm ci | ||
|
||
- name: Build & Test | ||
run: npm run test | ||
run: node --run test | ||
|
||
lint: | ||
name: Lint | ||
|
@@ -97,11 +97,11 @@ jobs: | |
- name: Setup Node.JS | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 20.6.0 | ||
node-version: 22.10.0 | ||
cache: npm | ||
|
||
- name: Install | ||
run: npm ci | ||
|
||
- name: Lint | ||
run: npm run lint | ||
run: node --run lint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.