File tree Expand file tree Collapse file tree 6 files changed +87
-68
lines changed Expand file tree Collapse file tree 6 files changed +87
-68
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup nodejs
2020 uses : actions/setup-node@v6
2121 with :
22- node-version : " 22.21 .0"
22+ node-version : " 24.10 .0"
2323 # - name: Setup pnpm cache
2424 # uses: actions/cache@v3
2525 # with:
Original file line number Diff line number Diff line change 55
66test :
77 stage : test
8- image : node:22.21 .0-alpine
8+ image : node:24.10 .0-alpine
99 coverage : /All files[^|]*\|[^|]*\s+([\d\.]+)/
1010 artifacts :
1111 paths :
1818
1919publish :
2020 stage : publish
21- image : node:22.21 .0-alpine
21+ image : node:24.10 .0-alpine
2222 only :
2323 - tags
2424 script :
@@ -31,7 +31,7 @@ publish:
3131
3232pages :
3333 stage : pages
34- image : node:22.21 .0-alpine
34+ image : node:24.10 .0-alpine
3535 script :
3636 - npm ci
3737 - npm run build
Original file line number Diff line number Diff line change 11syncher 0.0.44
2- nodejs 22.21.1
2+ nodejs 24.11.0
33pnpm 10.19.0
Original file line number Diff line number Diff line change 11{
22 "name" : " react-abac-example" ,
3- "version" : " 0.1.557 " ,
3+ "version" : " 0.1.558 " ,
44 "private" : true ,
55 "homepage" : " ." ,
66 "dependencies" : {
77 "@types/jest" : " 30.0.0" ,
8- "@types/node" : " 22.18.12 " ,
8+ "@types/node" : " 24.9.1 " ,
99 "@types/react" : " 19.2.2" ,
1010 "@types/react-dom" : " 19.2.2" ,
1111 "@types/react-syntax-highlighter" : " 15.5.13" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-abac" ,
3- "version" : " 0.1.435 " ,
3+ "version" : " 0.1.436 " ,
44 "description" : " Attribute Based Access Control and Role Based Access Control for React" ,
55 "keywords" : [
66 " abac" ,
159159 "@types/enzyme" : " 3.10.19" ,
160160 "@types/enzyme-adapter-react-16" : " 1.0.9" ,
161161 "@types/jest" : " 30.0.0" ,
162- "@types/node" : " 22.18.12 " ,
162+ "@types/node" : " 24.9.1 " ,
163163 "@types/react" : " 19.2.2" ,
164164 "@types/react-dom" : " 19.2.2" ,
165165 "@typescript-eslint/eslint-plugin" : " 8.46.2" ,
You can’t perform that action at this time.
0 commit comments