Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Apr 19, 2024
1 parent 13b88ac commit a37a806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,17 @@ jobs:
node-version: '18.12.0' # LTS
CODE_TEST: 'test-legacy'

- runs-on: ubuntu-latest
node-version: '18.18.2' # LTS
CODE_TEST: 'test-legacy'

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

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

- runs-on: ubuntu-latest
node-version: '21.6.2' # Latest
node-version: '21.7.3' # Latest
CODE_TEST: 'test'

runs-on: ${{ matrix.config.runs-on }}
Expand Down Expand Up @@ -74,7 +70,7 @@ jobs:
- name: Node
uses: actions/setup-node@v4
with:
node-version: '20.11.1'
node-version: '20.12.2'
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.11.1
20.12.2

0 comments on commit a37a806

Please sign in to comment.