Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nukeop/nuclear into featu…
Browse files Browse the repository at this point in the history
…re/save-queue-history
  • Loading branch information
demiNoseda committed May 6, 2024
2 parents f428c04 + 64510e3 commit 2ec760f
Show file tree
Hide file tree
Showing 16 changed files with 3,820 additions and 779 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
- name: Cache Node modules
uses: actions/cache@v3
Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
- name: Cache Node modules
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@master
with:
version: 18
version: 20
cache: npm
- name: Install dependencies
run: npm ci
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: get-npm-version
id: package-version
uses: pchynoweth/action-get-npm-version@1.1.1
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@master
with:
version: 18
version: 20
cache: npm
- run: npm ci
- run: npm run build:linux
Expand Down Expand Up @@ -65,10 +65,10 @@ jobs:
- name: get-npm-version
id: package-version
uses: pchynoweth/action-get-npm-version@1.1.1
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@master
with:
version: 18
version: 20
cache: npm
- run: npm ci
- run: npm run build:macos
Expand Down Expand Up @@ -97,10 +97,10 @@ jobs:
- name: get-npm-version
id: package-version
uses: pchynoweth/action-get-npm-version@1.1.1
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@master
with:
version: 18
version: 20
cache: npm
- name: add git binaries to PATH
run: |
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/review.yml

This file was deleted.

Loading

0 comments on commit 2ec760f

Please sign in to comment.