88 strategy :
99 matrix :
1010 os : [macos-latest, windows-latest, ubuntu-latest]
11- node-version : [12 .x, 14 .x, 16 .x]
11+ node-version : [14 .x, 16 .x, 18 .x]
1212
1313 steps :
1414 - uses : actions/checkout@v2
4040 echo "File count do not match source count: ${SOURCE_JS_COUNT} to build ${BUILD_JS_COUNT}"
4141 exit 1
4242 fi
43- }
43+ }
4444
4545 mkdir -p integration-tests/three.js
4646 git clone --depth 1 https://github.com/mrdoob/three.js.git integration-tests/three.js
@@ -66,20 +66,20 @@ jobs:
6666 EOF
6767
6868 echo "Run swc sync"
69- rm -rf build
69+ rm -rf build
7070 yarn swc --sync src -d build
7171 checkBuild "src" "build"
7272
73- rm -rf build-editor
73+ rm -rf build-editor
7474 yarn swc --sync editor -d ./build-editor/
7575 checkBuild "editor" "build-editor"
7676
7777 echo "Run swc async"
78- rm -rf build
78+ rm -rf build
7979 yarn swc src -d ./build/
8080 checkBuild "src" "build"
8181
82- rm -rf build-editor
82+ rm -rf build-editor
8383 yarn swc editor -d ./build-editor/
8484 checkBuild "editor" "build-editor"
8585
@@ -108,7 +108,7 @@ jobs:
108108 echo "File count do not match source count: ${SOURCE_JS_COUNT} to build ${BUILD_JS_COUNT}"
109109 exit 1
110110 fi
111- }
111+ }
112112
113113 mkdir -p integration-tests/rxjs
114114 git clone --depth 1 https://github.com/ReactiveX/rxjs.git integration-tests/rxjs
@@ -142,7 +142,7 @@ jobs:
142142 yarn swc --sync spec -d build-spec
143143 checkBuild "spec" "build-spec"
144144
145- rm -rf build
145+ rm -rf build
146146
147147 echo "Run swc async"
148148 rm -rf build
0 commit comments