Skip to content

Commit

Permalink
Merge branch 'release/0.36.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGruber committed May 17, 2024
2 parents e34b06c + 046a1ef commit 1d34ccb
Show file tree
Hide file tree
Showing 48 changed files with 37,056 additions and 9,996 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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 }}
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/doc-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,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
- run: npm i
- run: npm run gen-doc
- name: Setup Pages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,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: docker-practice/actions-setup-docker@master
- run: npm i
- run: npm run build-docker-images
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading

0 comments on commit 1d34ccb

Please sign in to comment.