File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2424 - checkout
2525 - node/install :
2626 node-version : << parameters.node-version >>
27+ with-cache : false
2728 - setup-npm
2829 - run : npm ci
2930 - run :
3940 steps :
4041 - checkout
4142 - node/install :
42- node-version : " 18"
43+ node-version : " 20"
44+ with-cache : false
4345 - setup-npm
4446 - run : npm ci
4547 - run : npm run build
5153 steps :
5254 - checkout
5355 - node/install :
54- node-version : " 18"
56+ node-version : " 20"
57+ with-cache : false
5558 - setup-npm
5659 - run : npm ci
5760
6568 - run : echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc
6669 - run : echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
6770 - node/install :
68- node-version : " 20.8.1"
71+ node-version : " 20"
72+ with-cache : false
6973 - run : npm ci
7074 - run :
7175 name : Releasing
@@ -79,7 +83,7 @@ workflows:
7983 - vault
8084 matrix :
8185 parameters :
82- node-version : ["18.12.0 ", "20.6.1 "]
86+ node-version : ["20 ", "22", "24 "]
8387 - lint-commits :
8488 context :
8589 - vault
Original file line number Diff line number Diff line change 1- v18
1+ v20
You can’t perform that action at this time.
0 commit comments