-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
37,056 additions
and
9,996 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,32 +7,32 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js 20.9.0 | ||
- name: Use Node.js 20.12.2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.9.0 | ||
node-version: 20.12.2 | ||
- run: npm i | ||
- run: npm run lint-quiet | ||
prettier: | ||
name: prettier | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js 20.9.0 | ||
- name: Use Node.js 20.12.2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.9.0 | ||
node-version: 20.12.2 | ||
- run: npm i | ||
- run: npm run check_prettier | ||
interfaces-up-to-date: | ||
name: interfaces-up-to-date | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js 20.9.0 | ||
- name: Use Node.js 20.12.2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.9.0 | ||
node-version: 20.12.2 | ||
- run: npm i | ||
- run: npm run gen-packets-types | ||
- run: npm run gen-packets-interfaces | ||
|
@@ -56,7 +56,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [20.9.0, 20.x, 21.x] | ||
node-version: [20.12.2, 20.x, 21.x] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
|
@@ -72,7 +72,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
node-version: [20.9.0, 20.x, 21.x] | ||
node-version: [20.12.2, 20.x, 21.x] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
|
@@ -86,7 +86,7 @@ jobs: | |
runs-on: windows-latest | ||
strategy: | ||
matrix: | ||
node-version: [20.9.0, 20.x, 21.x] | ||
node-version: [20.12.2, 20.x, 21.x] | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
|
@@ -100,10 +100,10 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js 20.9.0 | ||
- name: Use Node.js 20.12.2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.9.0 | ||
node-version: 20.12.2 | ||
- run: npm i --omit=dev | ||
- run: npm i -g [email protected] | ||
- run: pkg --compress GZip -t node18-win-x64 ./bin/2015/h1emuServer.js --output ./bin/h1emuServer-2015-${{ github.ref }}.exe | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,10 +42,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js 20.9.0 | ||
- name: Use Node.js 20.12.2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.9.0 | ||
node-version: 20.12.2 | ||
- uses: olegtarasov/[email protected] | ||
id: tagName | ||
- run: npm i --omit=dev | ||
|
@@ -97,10 +97,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Use Node.js 20.9.0 | ||
- name: Use Node.js 20.12.2 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20.9.0 | ||
node-version: 20.12.2 | ||
- uses: olegtarasov/[email protected] | ||
id: tagName | ||
- uses: docker-practice/actions-setup-docker@master | ||
|
Oops, something went wrong.