Skip to content

Commit

Permalink
Merge pull request #641 from samvera-labs/circleci-node22
Browse files Browse the repository at this point in the history
Remove node-18 and add node-22 to CircleCI
  • Loading branch information
Dananji authored Sep 20, 2024
2 parents e83b0af + feaf7c9 commit 45acae2
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 913 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
orbs:
node: circleci/node@5.0.2
node: circleci/node@6.1.0
version: 2.1

workflows:
test-matrix:
jobs:
- node/test:
name: node-20
version: 20.13.1
name: node-22
version: 22.8.0
pkg-manager: yarn
- node/test:
name: node-18
version: 18.20.0
name: node-20
version: 20.13.1
pkg-manager: yarn
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"gh-pages": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.4.2",
"node-sass": "^7.0.0",
"path-browserify": "^1.0.1",
"postcss-svg": "^3.0.0",
"prop-types": "^15.7.2",
Expand Down
Loading

0 comments on commit 45acae2

Please sign in to comment.