Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
JrMasterModelBuilder committed Aug 6, 2024
1 parent b508ba6 commit 830add7
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 69 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
CODE_TEST: 'test-legacy'

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

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

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

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

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

0 comments on commit 830add7

Please sign in to comment.