Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Feb 22, 2024
1 parent 7efbfa8 commit 45b4d7a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,20 @@ jobs:
CODE_TEST: 'test-legacy'

- runs-on: ubuntu-latest
node-version: '20.9.0' # LTS (current)
node-version: '20.9.0' # LTS
CODE_TEST: 'test-legacy'

- runs-on: ubuntu-latest
node-version: '20.11.1' # LTS (current)
CODE_TEST: 'test-legacy'
CODE_CHECK: 1

- runs-on: macos-latest
node-version: '20.9.0' # LTS (current)
node-version: '20.11.1' # LTS (current)
CODE_TEST: 'test-legacy'

- runs-on: windows-latest
node-version: '20.9.0' # LTS (current)
node-version: '20.11.1' # LTS (current)
CODE_TEST: 'test-legacy'

- runs-on: ubuntu-latest
Expand All @@ -38,10 +42,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.config.node-version }}

Expand Down Expand Up @@ -73,12 +77,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.9.0'
node-version: '20.11.1'
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 @@
20.9.0
20.11.1

0 comments on commit 45b4d7a

Please sign in to comment.