Skip to content

Commit

Permalink
ci: Test against Node.js v20. (#812)
Browse files Browse the repository at this point in the history
* Update versions.

* Update more deps.
  • Loading branch information
milesj committed May 1, 2023
1 parent 7e4eae7 commit c9b1508
Show file tree
Hide file tree
Showing 11 changed files with 1,015 additions and 967 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [16, 18]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
cache: yarn
check-latest: true
node-version: 16
- name: Install dependencies
run: yarn install --immutable
- name: Build packages
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ jobs:
with:
cache: yarn
check-latest: true
node-version: 16
- name: Setup toolchain
if: ${{ matrix.setup }}
run: ${{ matrix.setup }}
Expand Down Expand Up @@ -190,7 +189,6 @@ jobs:
with:
cache: yarn
check-latest: true
node-version: 16
- name: Install dependencies
run: yarn install --immutable
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -228,7 +226,6 @@ jobs:
with:
cache: yarn
check-latest: true
node-version: 16
- name: Install dependencies
run: yarn install --immutable
- name: Build packages
Expand Down
4 changes: 2 additions & 2 deletions .moon/toolchain.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$schema: '../website/static/schemas/toolchain.json'

node:
version: '16.19.1'
version: '20.0.0'
packageManager: 'yarn'
yarn:
version: '3.4.1'
version: '3.5.0'
plugins:
- 'interactive-tools'
- 'version'
Expand Down
516 changes: 258 additions & 258 deletions .yarn/releases/yarn-3.4.1.cjs → .yarn/releases/yarn-3.5.0.cjs

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions .yarn/versions/c9305e0b.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
releases:
"@moonrepo/cli": minor
"@moonrepo/core-linux-arm64-gnu": minor
"@moonrepo/core-linux-arm64-musl": minor
"@moonrepo/core-linux-x64-gnu": minor
"@moonrepo/core-linux-x64-musl": minor
"@moonrepo/core-macos-arm64": minor
"@moonrepo/core-macos-x64": minor
"@moonrepo/core-windows-x64-msvc": minor
'@moonrepo/cli': minor
'@moonrepo/core-linux-arm64-gnu': minor
'@moonrepo/core-linux-arm64-musl': minor
'@moonrepo/core-linux-x64-gnu': minor
'@moonrepo/core-linux-x64-musl': minor
'@moonrepo/core-macos-arm64': minor
'@moonrepo/core-macos-x64': minor
'@moonrepo/core-windows-x64-msvc': minor
'@moonrepo/visualizer': patch
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'

yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moon",
"private": true,
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.5.0",
"scripts": {
"docs": "cargo run -- run website:start",
"moon": "target/debug/moon --log trace",
Expand All @@ -20,17 +20,17 @@
},
"devDependencies": {
"@moonrepo/cli": "workspace:*",
"@types/node": "^18.15.10",
"babel-preset-moon": "^2.0.1",
"eslint": "^8.36.0",
"eslint-config-moon": "^2.0.2",
"@types/node": "^18.16.1",
"babel-preset-moon": "^2.0.2",
"eslint": "^8.39.0",
"eslint-config-moon": "^2.0.3",
"execa": "^6.1.0",
"jest": "^29.5.0",
"jest-preset-moon": "^2.0.1",
"packemon": "^3.0.3",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"prettier-config-moon": "^1.1.2",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.0.2"
"typescript": "^5.0.4"
}
}
12 changes: 6 additions & 6 deletions packages/visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"build": "vite build"
},
"dependencies": {
"cytoscape": "^3.23.0",
"cytoscape": "^3.24.0",
"cytoscape-dagre": "^2.5.0",
"preact": "^10.12.1"
"preact": "^10.13.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"@types/cytoscape": "^3.19.9",
"@types/cytoscape-dagre": "^2.3.0",
"autoprefixer": "^10.4.14",
"eslint-config-preact": "^1.3.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vite": "^4.1.4",
"vite-plugin-css-injected-by-js": "^3.0.1"
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"vite": "^4.3.2",
"vite-plugin-css-injected-by-js": "^3.1.0"
},
"eslint": {
"extends": [
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"@docusaurus/plugin-client-redirects": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@docusaurus/theme-common": "^2.4.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/pro-duotone-svg-icons": "^6.3.0",
"@fortawesome/pro-regular-svg-icons": "^6.3.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/pro-duotone-svg-icons": "^6.4.0",
"@fortawesome/pro-regular-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"cytoscape": "^3.23.0",
"cytoscape": "^3.24.0",
"cytoscape-dagre": "^2.5.0",
"docusaurus-plugin-typedoc-api": "^3.0.0",
"prism-react-renderer": "^1.3.5",
Expand All @@ -39,7 +39,7 @@
"@tsconfig/docusaurus": "^1.0.7",
"@types/cytoscape": "^3.19.9",
"@types/cytoscape-dagre": "^2.3.0",
"tailwindcss": "^3.2.7"
"tailwindcss": "^3.3.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit c9b1508

Please sign in to comment.