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 08c84b4 commit 22ee250
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 88 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
PKGSET: ''
PKG: ''

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
CODE_CHECK: 1
PKGSET: ''
PKG: ''

- node-version: '21.7.3' # Latest
- node-version: '22.5.1' # Latest
CODE_TEST: 'test'
PKGSET: ''
PKG: ''

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '7-windows'
PKG:
Expand All @@ -39,14 +39,14 @@ jobs:
- shockwave-projector-director-7.0.2-trial-win-win
- shockwave-projector-director-7.0.2-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '8-windows'
PKG:
- shockwave-projector-director-8.0.0-trial-win-win
- shockwave-projector-director-8.0.0-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '8.5-windows'
PKG:
Expand All @@ -55,14 +55,14 @@ jobs:
- shockwave-projector-director-8.5.1-win-win
- shockwave-projector-director-8.5.1-trial-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '9-windows'
PKG:
- shockwave-projector-director-9.0.0-win-win
- shockwave-projector-director-9.0.0-trial-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '10-windows'
PKG:
Expand All @@ -73,7 +73,7 @@ jobs:
- shockwave-projector-director-10.1.1-mac-win
- shockwave-projector-director-10.1.1-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '11-windows'
PKG:
Expand All @@ -83,7 +83,7 @@ jobs:
- shockwave-projector-director-11.0.0-hotfix-3-mac-win
- shockwave-projector-director-11.0.0-hotfix-3-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '11.5-windows'
PKG:
Expand All @@ -94,7 +94,7 @@ jobs:
- shockwave-projector-director-11.5.9-mac-win
- shockwave-projector-director-11.5.9-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '12-windows'
PKG:
Expand All @@ -103,7 +103,7 @@ jobs:
- shockwave-projector-director-12.0.2-mac-win
- shockwave-projector-director-12.0.2-win-win

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '11-mac'
PKG:
Expand All @@ -113,7 +113,7 @@ jobs:
- shockwave-projector-director-11.0.0-hotfix-3-mac-mac-zip
- shockwave-projector-director-11.0.0-hotfix-3-win-mac-zip

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '11.5-mac'
PKG:
Expand All @@ -124,7 +124,7 @@ jobs:
- shockwave-projector-director-11.5.9-mac-mac-zip
- shockwave-projector-director-11.5.9-win-mac-zip

- node-version: '20.12.2' # LTS (current)
- node-version: '20.16.0' # LTS (current)
CODE_TEST: 'test-legacy'
PKGSET: '12-mac'
PKG:
Expand Down Expand Up @@ -194,7 +194,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 22ee250

Please sign in to comment.