-
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.
Merge branch 'main' into dependabot/npm_and_yarn/typescript-5.6.3
- Loading branch information
Showing
18 changed files
with
89 additions
and
308 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 | ||
|
@@ -49,8 +49,8 @@ jobs: | |
|
||
- name: Deploy | ||
run: | ||
npx railway up --detach --service afdb8def-13c6-4650-af4e-ef60d2009b56 | ||
--environment production | ||
npx railway up --ci --service afdb8def-13c6-4650-af4e-ef60d2009b56 --environment | ||
production | ||
env: | ||
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }} | ||
|
||
|
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 |
---|---|---|
|
@@ -16,20 +16,21 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
with: | ||
token: ${{ secrets.TOKEN }} | ||
ref: ${{ github.head_ref }} | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
|
||
- 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 +75,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 +98,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.