Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Oct 1, 2023
1 parent b621990 commit a43fa37
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,39 @@ jobs:
strategy:
matrix:
config:
- runs-on: ubuntu-22.04
- runs-on: ubuntu-latest
node-version: '6.11.5' # LTS

- runs-on: ubuntu-22.04
- runs-on: ubuntu-latest
node-version: '8.9.0' # LTS

- runs-on: ubuntu-22.04
- runs-on: ubuntu-latest
node-version: '10.13.0' # LTS

- runs-on: ubuntu-22.04
- runs-on: ubuntu-latest
node-version: '12.13.0' # LTS

- runs-on: ubuntu-22.04
- runs-on: ubuntu-latest
node-version: '14.15.0' # LTS

- runs-on: ubuntu-22.04
- runs-on: ubuntu-latest
node-version: '16.13.0' # LTS

- runs-on: ubuntu-22.04
- runs-on: ubuntu-latest
node-version: '18.12.0' # LTS

- runs-on: ubuntu-22.04
node-version: '18.17.1' # LTS (current)
- runs-on: ubuntu-latest
node-version: '18.18.0' # LTS (current)
CODE_CHECK: 1

- runs-on: ubuntu-22.04
node-version: '20.5.1'
- runs-on: ubuntu-latest
node-version: '20.8.0'

- runs-on: windows-2022
node-version: '20.5.1'
- runs-on: windows-latest
node-version: '20.8.0'

- runs-on: macos-13
node-version: '20.5.1'
- runs-on: macos-latest
node-version: '20.8.0'

runs-on: ${{ matrix.config.runs-on }}

Expand All @@ -50,7 +50,7 @@ jobs:
- name: Node
uses: actions/setup-node@v3
with:
node-version: '18.17.1'
node-version: '18.18.0'

- name: Node Version
run: node --version
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
needs: build

runs-on: ubuntu-22.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Node
uses: actions/setup-node@v3
with:
node-version: '18.17.1'
node-version: '18.18.0'
registry-url: https://registry.npmjs.org/

- name: Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.18.0

0 comments on commit a43fa37

Please sign in to comment.