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 37eac93 commit eadaffb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,26 @@ 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: ubuntu-latest
node-version: '21.1.0' # Latest
node-version: '21.6.2' # Latest
CODE_TEST: 'test'

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

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 @@ -65,12 +69,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 eadaffb

Please sign in to comment.